Skip to content

Commit

Permalink
Remove macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Dec 16, 2024
1 parent 92d4ee1 commit 2b993cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
java: [ '8', '11', '16', '17', '19', '21' ]
runs-on: [ubuntu-latest, macos-13, macos-latest, windows-latest]
runs-on: [ubuntu-latest, macos-13, windows-latest]
exclude:
- runs-on: macos-latest
java: "8"
Expand Down

0 comments on commit 2b993cd

Please sign in to comment.