Skip to content

Commit 8e7d633

Browse files
committed
Use 1.14 on macOS
1 parent 8f9746d commit 8e7d633

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.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 [email protected]
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/[email protected]/1.10.11/lib

0 commit comments

Comments
 (0)