We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c208028 commit c290826Copy full SHA for c290826
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
java: [8, 11, 17, 21, 23-ea]
20
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-13, macos-latest]
21
exclude:
22
# 23-ea is not available for mac OS
23
- java: 23-ea
0 commit comments