From f572d92f1c191d229b0e17d7d4b4a895030d9b37 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sat, 23 Apr 2022 11:26:33 -0400 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index db488c0..9ad5cab 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -36,8 +36,8 @@ jobs: # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} env: - CC: gcc-10 - CXX: g++-10 + CC: gcc-11 + CXX: g++-11 - name: Build # Build your program with the given configuration run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}