Skip to content

Commit

Permalink
ci: CodeQL GitHub Action bumped to gcc-12
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Dec 22, 2023
1 parent 4bb25d2 commit e12fc5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e12fc5e

Please sign in to comment.