Skip to content

Commit

Permalink
Use 1.14 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 11, 2024
1 parent 8f9746d commit 8e7d633
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
run: sudo apt-get install libhdf5-dev
- if: matrix.os == 'macos'
name: Install hdf5 - MacOS
run: brew install [email protected]
- if: matrix.os == 'ubuntu'
name: Run test - Ubuntu
run: bundle exec rake test
- if: matrix.os == 'macos'
name: Run test - MacOS
run: brew install hdf5
- name: Run test
run: bundle exec rake test
env:
HDF5_LIB_PATH: /opt/homebrew/Cellar/[email protected]/1.10.11/lib

0 comments on commit 8e7d633

Please sign in to comment.