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
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: