From c065e55ca180e12f7962f5f9717295fccb4b4e05 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 22 Apr 2024 18:08:34 +0400 Subject: [PATCH] GH Actions: Use GCC 13, that is the minimum required now. --- .github/workflows/cmake-tier1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index 22b43b1..a7fffa2 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -38,8 +38,8 @@ jobs: shell: bash working-directory: ${{github.workspace}}/build env: - CC: gcc-12 - CXX: g++-12 + CC: gcc-13 + CXX: g++-13 run: > cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE