Skip to content

Commit 13efb75

Browse files
authored
codeql.yml: Use Ubuntu 24.04.
1 parent e669422 commit 13efb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
26+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04' }}
2727
permissions:
2828
actions: read
2929
contents: read

0 commit comments

Comments
 (0)