Skip to content

Commit

Permalink
Remove windows-2016 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnieda authored Aug 30, 2022
1 parent 95b6cc7 commit 808f1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
needs: build_dist
strategy:
matrix:
os: [macos-10.15, windows-2016, windows-2019, ubuntu-20.04, ubuntu-18.04]
os: [macos-10.15, windows-2019, ubuntu-20.04, ubuntu-18.04]
java: [8, 9, 10, 11, 12, 13, 14, 15]

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

0 comments on commit 808f1f9

Please sign in to comment.