Skip to content

Commit 8e1b845

Browse files
Merge pull request #14857 from marcosvanella/master
github-actions: macos update gfortran-15.
2 parents 244700c + ec6a5d3 commit 8e1b845

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)