Skip to content

Commit

Permalink
Update gfortran version for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mtristram authored May 23, 2024
1 parent cc7832b commit 0f501e1
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 /usr/local/bin/gfortran-12 /usr/local/bin/gfortran
gfortran --version
- name: Install dependencies via pip
Expand Down

0 comments on commit 0f501e1

Please sign in to comment.