Skip to content

Commit

Permalink
⬆️ CodeQL now uses clang++-13 (#542)
Browse files Browse the repository at this point in the history
* ⬆️ CodeQL now uses `clang++-13`

* 💚 use ubuntu-24.04 and clang++-17 similar to ubuntu.yml

---------

Co-authored-by: Drewniok <[email protected]>
  • Loading branch information
wlambooy and Drewniok authored Oct 14, 2024
1 parent 2134498 commit eb185ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
analyze:
name: Analyze ${{ matrix.language }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
language: [ 'cpp', 'python' ]
compiler: [ clang++-11 ]
compiler: [ clang++-17 ]
build_type: [ Debug ]

steps:
Expand Down

0 comments on commit eb185ae

Please sign in to comment.