Skip to content

Commit 0e80ee4

Browse files
committed
Test on macos-13 not macos-12
1 parent b435277 commit 0e80ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
java: [ '8', '11', '16', '17', '19', '21' ]
20-
runs-on: [ubuntu-latest, macos-12, windows-2019] # Note macos-12, not latest/14, due to hdf5 install issue
20+
runs-on: [ubuntu-latest, macos-13, windows-2019] # Note macos-13, not latest/14, due to hdf5 install issue
2121
exclude:
2222
- runs-on: macos-latest
2323
java: "8"

0 commit comments

Comments
 (0)