mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
ci: CodeQL GitHub Action bumped to gcc-12
This commit is contained in:
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user