Skip to content

Commit b468d57

Browse files
authored
Update linux_and_macos.yml
Change order of installation
1 parent 5269d78 commit b468d57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,19 @@ jobs:
4242
4343
Run-on-Mac:
4444
name: test-compile on Mac
45-
runs-on: [macos-14]
45+
runs-on: [macos-15]
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: build
4949
run: |
50+
brew install gfortran open-mpi fftw hdf5-mpi
5051
brew info gfortran
5152
brew info open-mpi
5253
5354
a=`which gfortran-15`; \
5455
b=`dirname $a`; \
5556
c=$b/gfortran; \
5657
ln -s $a $c
57-
58-
brew install gfortran open-mpi fftw hdf5-mpi
5958
6059
mpicc -v
6160
mpif90 -v

0 commit comments

Comments
 (0)