Skip to content

Commit

Permalink
Update linux_and_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokemono authored Nov 26, 2024
1 parent d17c20b commit 1460f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
brew info open-mpi
brew install gfortran
a=`which gfortran-11`; \
a=`which gfortran-14`; \
b=`dirname $a`; \
c=$b/gfortran; \
ln -s $a $c
Expand Down

0 comments on commit 1460f10

Please sign in to comment.