Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
GCC-14
  • Loading branch information
SewerynKaminski authored Dec 14, 2024
1 parent 8f2f191 commit 863c909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
env:
CC: gcc-13
CXX: g++-13
CC: gcc-14
CXX: g++-14

- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit 863c909

Please sign in to comment.