Skip to content

Commit

Permalink
Set proper compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-cpp authored Dec 17, 2023
1 parent 7e87016 commit 7ece8b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
env:
CC: /usr/bin/clang-17
CXX: /usr/bin/clang++-17

timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
Expand Down

0 comments on commit 7ece8b9

Please sign in to comment.