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 16, 2024
1 parent 555d734 commit 4b24577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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-latest]
runs-on: [ubuntu-latest, macos-13, windows-latest]
exclude:
- runs-on: macos-latest
java: "8"
Expand All @@ -33,8 +33,8 @@ jobs:
java-version: ${{ matrix.Java }}
distribution: 'temurin'

- name: Install HDF5 on macos-latest (v14)
if: ${{ matrix.runs-on == 'macos-latest' }}
- name: Install HDF5 on macos
if: ${{ matrix.runs-on == 'macos-latest' || matrix.runs-on == 'macos-13' }}
run: |
brew install hdf5
Expand Down

0 comments on commit 4b24577

Please sign in to comment.