Skip to content

Commit ce5a73a

Browse files
authored
Brew install hdf5 on macos-latest
1 parent 429586d commit ce5a73a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
30-
runs-on: [ubuntu-latest, macos-latest, macos-14, windows-latest]
30+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
3131
exclude:
3232
- runs-on: macos-14
3333
python-version: "3.8"
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ${{ matrix.python-version }}
4343

4444
- name: Install HDF5 for pytables on macos-14
45-
if: ${{ matrix.runs-on == 'macos-14' }}
45+
if: ${{ matrix.runs-on == 'macos-latest' }}
4646
run: |
4747
brew install hdf5
4848

0 commit comments

Comments
 (0)