ci: CodeQL GitHub Action bumped to gcc-12

This commit is contained in:
Mateusz Pusz
2023-12-22 18:40:44 +01:00
parent 4bb25d2661
commit e12fc5e207

View File

@@ -37,11 +37,11 @@ jobs:
contents: read contents: read
security-events: write security-events: write
env: env:
CC: gcc-11 CC: gcc-12
CXX: g++-11 CXX: g++-12
BUILD_TYPE: Debug BUILD_TYPE: Debug
COMPILER_TYPE: GCC COMPILER_TYPE: GCC
COMPILER_VERSION: 11 COMPILER_VERSION: 12
STDLIB: libstdc++11 STDLIB: libstdc++11
strategy: strategy: