We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0ef66 commit 87ffaf9Copy full SHA for 87ffaf9
.github/workflows/cmake.yml
@@ -75,12 +75,12 @@ jobs:
75
- name: Install ninja-build tool
76
uses: seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0 # v3
77
78
- - name: Use GCC-11 on MacOS
+ - name: Use GCC-14 on MacOS
79
if: ${{ matrix.os == 'macos-latest' }}
80
run: >
81
cmake -B build -G Ninja
82
- -D CMAKE_C_COMPILER="gcc-11"
83
- -D CMAKE_Fortran_COMPILER="gfortran-11"
+ -D CMAKE_C_COMPILER="gcc-14"
+ -D CMAKE_Fortran_COMPILER="gfortran-14"
84
-D USE_FLAT_NAMESPACE:BOOL=ON
85
86
- name: Special flags for Windows
@@ -237,4 +237,4 @@ jobs:
237
fi
238
done
239
exit 0
240
- fi
+ fi
0 commit comments