We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e669422 commit 13efb75Copy full SHA for 13efb75
.github/workflows/codeql.yml
@@ -23,7 +23,7 @@ on:
23
jobs:
24
analyze:
25
name: Analyze
26
- runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+ runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04' }}
27
permissions:
28
actions: read
29
contents: read
0 commit comments