Skip to content

Commit

Permalink
Run CI on Mac ARM too
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 11, 2024
1 parent f4e9717 commit 3c0d7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-13, windows-latest]
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
jvm: ['8', '17']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3c0d7e5

Please sign in to comment.