We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53cab0 commit cb72e77Copy full SHA for cb72e77
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
# - https://gh.io/supported-runners-and-hardware-resources
28
# - https://gh.io/using-larger-runners (GitHub.com only)
29
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
30
- runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04-arm' }}
+ runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
31
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
32
permissions:
33
# required for all workflows
0 commit comments