Skip to content

Commit

Permalink
ci: use gcc-11 for CodeQL analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Aug 26, 2023
1 parent d42c89e commit 6635ea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
name: Analyze
runs-on: ${{ matrix.os }}
env:
CC: gcc-10
CXX: g++-10
CC: gcc-11
CXX: g++-11
BUILD_TYPE: Debug
COMPILER_TYPE: GCC
COMPILER_VERSION: 10
COMPILER_VERSION: 11
STDLIB: libstdc++11
strategy:
fail-fast: false
Expand Down

0 comments on commit 6635ea9

Please sign in to comment.