Skip to content

Commit 5269d78

Browse files
authored
Update linux_and_macos.yml
Update to gfortran 15 for MacOS build
1 parent 04bacf9 commit 5269d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
brew info gfortran
5151
brew info open-mpi
5252
53-
a=`which gfortran-14`; \
53+
a=`which gfortran-15`; \
5454
b=`dirname $a`; \
5555
c=$b/gfortran; \
5656
ln -s $a $c
5757
58-
brew install open-mpi fftw hdf5-mpi
58+
brew install gfortran open-mpi fftw hdf5-mpi
5959
6060
mpicc -v
6161
mpif90 -v

0 commit comments

Comments
 (0)