Skip to content

Commit c290826

Browse files
Add macos-13 os to testmatrix to test on x86-64
1 parent c208028 commit c290826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
java: [8, 11, 17, 21, 23-ea]
20-
os: [ubuntu-latest, macos-latest]
20+
os: [ubuntu-latest, macos-13, macos-latest]
2121
exclude:
2222
# 23-ea is not available for mac OS
2323
- java: 23-ea

0 commit comments

Comments
 (0)