We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17c20b commit 1460f10Copy full SHA for 1460f10
.github/workflows/linux_and_macos.yml
@@ -50,7 +50,7 @@ jobs:
50
brew info open-mpi
51
brew install gfortran
52
53
- a=`which gfortran-11`; \
+ a=`which gfortran-14`; \
54
b=`dirname $a`; \
55
c=$b/gfortran; \
56
ln -s $a $c
0 commit comments