Skip to content

Commit 9c6f1f0

Browse files
authored
ci: use gfortran 15 for macOS extended test job
the new netcdf-fortran 4.6.3 was built with gcc 15, which is ABI-incompatible with 13, which we use to build mf6. use 15 on mac
1 parent a96526e commit 9c6f1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/test-extended/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
uses: fortran-lang/setup-fortran@v1
2828
with:
2929
compiler: gcc
30-
version: 13
30+
version: ${{ runner.os == 'macOS' && '15' || '13' }}
3131

3232
- name: Build OpenMPI (macOS)
3333
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)