We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb54da6 + 0e80ee4 commit 71805bcCopy full SHA for 71805bc
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
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
+ runs-on: [ubuntu-latest, macos-13, windows-2019] # Note macos-13, not latest/14, due to hdf5 install issue
21
exclude:
22
- runs-on: macos-latest
23
java: "8"
0 commit comments