Skip to content

Commit

Permalink
[GHA] Drop windows / macos for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 8, 2023
1 parent 9f0753c commit d894023
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latestt]
java: [11, 17, 21, 22-ea]
distribution: ['temurin']
fail-fast: false
Expand Down

0 comments on commit d894023

Please sign in to comment.