Skip to content

Commit 87ffaf9

Browse files
authored
Use gcc-14 on MacOS following removal of gcc-11
1 parent 9c0ef66 commit 87ffaf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
- name: Install ninja-build tool
7676
uses: seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0 # v3
7777

78-
- name: Use GCC-11 on MacOS
78+
- name: Use GCC-14 on MacOS
7979
if: ${{ matrix.os == 'macos-latest' }}
8080
run: >
8181
cmake -B build -G Ninja
82-
-D CMAKE_C_COMPILER="gcc-11"
83-
-D CMAKE_Fortran_COMPILER="gfortran-11"
82+
-D CMAKE_C_COMPILER="gcc-14"
83+
-D CMAKE_Fortran_COMPILER="gfortran-14"
8484
-D USE_FLAT_NAMESPACE:BOOL=ON
8585
8686
- name: Special flags for Windows
@@ -237,4 +237,4 @@ jobs:
237237
fi
238238
done
239239
exit 0
240-
fi
240+
fi

0 commit comments

Comments
 (0)