Skip to content

Commit d5f5068

Browse files
committed
fix CI
1 parent a41e40b commit d5f5068

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/dependencies/dependencies_mac.sh

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,8 @@
88
set -eu -o pipefail
99

1010
brew update
11-
brew install gfortran || true
12-
13-
# verify installation
14-
gfortran-14 --version
15-
otool -L $(which gfortran-14)
16-
17-
# make sure to install Open MPI with the correct Fortran compiler
18-
export FC=$(which gfortran-14)
19-
export F77=$FC
20-
export F90=$FC
21-
11+
brew install gcc@15 || true
2212
brew install libomp || true
23-
brew install open-mpi --build-from-source || true
13+
brew install --cc=gcc-15 open-mpi || true
2414
brew install ccache || true
15+

0 commit comments

Comments
 (0)