Skip to content

Commit

Permalink
Update homebrew location for gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
mtristram committed May 27, 2024
1 parent 490fdb8 commit 280a9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
set -x
sudo ln -s /usr/local/bin/gfortran-11 /usr/local/bin/gfortran
sudo ln -s /opt/homebrew/bin/gfortran-11 /usr/local/bin/gfortran
gfortran --version
- name: Install dependencies via pip
Expand Down

0 comments on commit 280a9c9

Please sign in to comment.