Skip to content

Commit cb72e77

Browse files
committed
ci: change CodeQL workflow runner to ubuntu-latest
1 parent a53cab0 commit cb72e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# - https://gh.io/supported-runners-and-hardware-resources
2828
# - https://gh.io/using-larger-runners (GitHub.com only)
2929
# 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' }}
30+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
3131
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
3232
permissions:
3333
# required for all workflows

0 commit comments

Comments
 (0)