Skip to content

Commit

Permalink
ci(codeql): upgrade toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Aug 2, 2024
1 parent 5e1608e commit bf9f865
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
Expand Down Expand Up @@ -50,6 +50,12 @@ jobs:
with:
submodules: recursive

- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 14
platform: x64

- name: Setup Rust toolchain
uses: moonrepo/setup-rust@v1
with:
Expand Down

0 comments on commit bf9f865

Please sign in to comment.