From e12fc5e2079c6fd364397c9979fa042fc62d4ecc Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 22 Dec 2023 18:40:44 +0100 Subject: [PATCH] ci: CodeQL GitHub Action bumped to gcc-12 --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 03408170..9cf16a5f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,11 +37,11 @@ jobs: contents: read security-events: write env: - CC: gcc-11 - CXX: g++-11 + CC: gcc-12 + CXX: g++-12 BUILD_TYPE: Debug COMPILER_TYPE: GCC - COMPILER_VERSION: 11 + COMPILER_VERSION: 12 STDLIB: libstdc++11 strategy: