Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 11, 2024
1 parent 3c0d7e5 commit d358807
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
jvm: ['8', '17']
include:
- os: "macos-14"
jvm: '17'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d358807

Please sign in to comment.