Skip to content

Commit

Permalink
Add macos-13 os to testmatrix to test on x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Jun 1, 2024
1 parent c208028 commit c290826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
java: [8, 11, 17, 21, 23-ea]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13, macos-latest]
exclude:
# 23-ea is not available for mac OS
- java: 23-ea
Expand Down

0 comments on commit c290826

Please sign in to comment.