mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +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
|
||||
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:
|
||||
|
Reference in New Issue
Block a user