Skip to content

Commit b7ecd55

Browse files
committed
Use 1.14 on macOS
1 parent 077d843 commit b7ecd55

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
run: sudo apt-get install libhdf5-dev
2424
- if: matrix.os == 'macos'
2525
name: Install hdf5 - MacOS
26-
run: brew install hdf5@1.10
27-
- if: matrix.os == 'ubuntu'
28-
name: Run test - Ubuntu
29-
run: bundle exec rake test
30-
- if: matrix.os == 'macos'
31-
name: Run test - MacOS
26+
run: brew install hdf5
27+
- name: Run test
3228
run: bundle exec rake test
33-
env:
34-
HDF5_LIB_PATH: /opt/homebrew/Cellar/hdf5@1.10/1.10.11/lib

0 commit comments

Comments
 (0)