Skip to content

Commit

Permalink
Add Apple Sillicon Runners (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Zugazagoitia <[email protected]>
  • Loading branch information
zugazagoitia committed Feb 18, 2024
1 parent a456522 commit 0ae7233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
java_version: [11, 17, 21] # Test all LTS releases and the latest one
os: [windows-latest, macOS-latest, ubuntu-latest]
os: [windows-latest, macos-13, macos-14, ubuntu-latest] # MacOS-14 uses M1 chips
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0ae7233

Please sign in to comment.