Skip to content

Commit

Permalink
Merge pull request #258 from sahiljhawar/mac-ci
Browse files Browse the repository at this point in the history
Fixes gfortran issue on MacOS
  • Loading branch information
JohannesBuchner authored Sep 20, 2024
2 parents 8cc4c46 + 66b89c2 commit de11af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install build dependencies
run: |
brew update && brew install openblas lapack cmake git gcc
echo "FC=$(which gfortran-11)" >> $GITHUB_ENV
echo "FC=$(which gfortran-14)" >> $GITHUB_ENV
echo "CC=$(which gcc)" >> $GITHUB_ENV
echo "CXX=$(which g++)" >> $GITHUB_ENV
Expand Down

0 comments on commit de11af0

Please sign in to comment.