File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ jobs:
177177 if : startsWith(matrix.compiler_mpi, 'gnu_')
178178 shell : bash
179179 run : |
180- echo "CC=gcc-14 " >> $GITHUB_ENV
181- echo "CXX=g++-14 " >> $GITHUB_ENV
182- echo "FC=gfortran-14 " >> $GITHUB_ENV
183- echo "OMPI_FC=gfortran-14 " >> $GITHUB_ENV
180+ echo "CC=gcc-15 " >> $GITHUB_ENV
181+ echo "CXX=g++-15 " >> $GITHUB_ENV
182+ echo "FC=gfortran-15 " >> $GITHUB_ENV
183+ echo "OMPI_FC=gfortran-15 " >> $GITHUB_ENV
184184 brew install glew gd zlib json-c
185185
186186 - name : set macos intel
Original file line number Diff line number Diff line change 3838 - name : install openmpi
3939 run : |
4040 brew install open-mpi
41- echo "OMPI_FC=gfortran-14 " >> $GITHUB_ENV
41+ echo "OMPI_FC=gfortran-15 " >> $GITHUB_ENV
4242
4343 - name : build fds debug
4444 run : |
You can’t perform that action at this time.
0 commit comments