Skip to content

Commit

Permalink
update the path of gfortran installed by Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
zoziha committed Aug 9, 2024
1 parent 2cb8935 commit 291dcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- os: ubuntu-latest
os-arch: linux-x86_64

- os: macos-11
- os: macos-latest
os-arch: macos-x86_64

env:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install GFortran macOS
if: contains(matrix.os, 'macos')
run: |
ln -s /usr/local/bin/gfortran-${GCC_V} /usr/local/bin/gfortran
ln -s /opt/homebrew/bin/gfortran-${GCC_V} /opt/homebrew/bin/gfortran
which gfortran-${GCC_V}
which gfortran
Expand Down

0 comments on commit 291dcb4

Please sign in to comment.