Skip to content

Commit

Permalink
use gcc-14 in macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaiton committed Aug 30, 2024
1 parent 10aee81 commit 5f91a11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ jobs:
name: CMake build on MacOS
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
CC: gcc-11
CXX: g++-11
FC: gfortran-11
CC: gcc-14
CXX: g++-14
FC: gfortran-14

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"cacheVariables": {"openmp": false},
"environment": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"CC": "gcc-11",
"CC": "gcc-14",
"CFLAGS": "-DFCLAW_ENABLE_DEBUG",
"CXX": "g++-11",
"CXX": "g++-14",
"CXXFLAGS": "-DFCLAW_ENABLE_DEBUG",
"FC": "gfortran-11"
"FC": "gfortran-14"
}
},
{
Expand Down

0 comments on commit 5f91a11

Please sign in to comment.