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.
2 parents 43e8724 + a082dea commit 2a08577Copy full SHA for 2a08577
.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
41
# Consider using larger runners or machines with greater resources
42
# for possible analysis time improvements.
43
runs-on:
44
- ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+ ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-24.04' }}
45
permissions:
46
# required for all workflows
47
security-events: write
0 commit comments