Skip to content

Commit

Permalink
Drop windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xSAVIKx committed Mar 3, 2024
1 parent 365a030 commit 4129794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
java: [ 8, 11 ]
os: [ ubuntu-22.04, macos-13, windows-2022 ]
os: [ ubuntu-22.04, macos-13 ]

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

0 comments on commit 4129794

Please sign in to comment.