Skip to content

Commit

Permalink
#1622: Give Windows Server 2016 a try which has also Docker Support (…
Browse files Browse the repository at this point in the history
…since Windows Server 2019 isn't supported right now by Testcontainers testcontainers/testcontainers-java#2960).
  • Loading branch information
jonashackt committed Feb 12, 2021
1 parent e916534 commit bbf0515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-2016]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-2016]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bbf0515

Please sign in to comment.