Skip to content

Commit

Permalink
Test on macos-13 not macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Dec 18, 2024
1 parent b43594b commit ee3efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
java: [ '8', '11', '16', '17', '19', '21' ]
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
exclude:
- runs-on: macos-latest
java: "8"
Expand Down

0 comments on commit ee3efcf

Please sign in to comment.