Skip to content

Commit

Permalink
Test on macos-14 (macOS on Apple Silicon).
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 31, 2024
1 parent c99915c commit 3bd233e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
matrix:
java-version: ['21', '17', '20', 'dev']
distribution: ['graalvm', 'graalvm-community']
os: [macos-latest, windows-latest, ubuntu-latest]
os: [
ubuntu-latest,
macos-14, # macOS on Apple silicon
macos-12, # macOS on Intel
windows-latest
]
components: ['']
include:
- java-version: '21'
Expand Down

0 comments on commit 3bd233e

Please sign in to comment.