Skip to content

Commit

Permalink
Merge pull request #44 from NeuroML/experimental
Browse files Browse the repository at this point in the history
 Test on macos-13 not macos-12
  • Loading branch information
pgleeson authored Dec 19, 2024
2 parents 7ae6388 + 2b993cd commit ec177c1
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 ec177c1

Please sign in to comment.