mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 13:44:27 +02:00
ci: use gcc-11 for CodeQL analysis
This commit is contained in:
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@@ -27,11 +27,11 @@ jobs:
|
|||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
CC: gcc-10
|
CC: gcc-11
|
||||||
CXX: g++-10
|
CXX: g++-11
|
||||||
BUILD_TYPE: Debug
|
BUILD_TYPE: Debug
|
||||||
COMPILER_TYPE: GCC
|
COMPILER_TYPE: GCC
|
||||||
COMPILER_VERSION: 10
|
COMPILER_VERSION: 11
|
||||||
STDLIB: libstdc++11
|
STDLIB: libstdc++11
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Reference in New Issue
Block a user