Skip to content

Commit babd317

Browse files
Update workflow machine to ubuntu22.04
Signed-off-by: Miles Price <[email protected]>
1 parent afb84e4 commit babd317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ env:
1414
jobs:
1515
analyze:
1616
name: Analyze
17-
runs-on: ${{ (matrix.language == 'c-cpp' && 'ubuntu-20.04-64core') || 'ubuntu-latest' }}
18-
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
17+
runs-on: ubuntu-22.04-64core
18+
timeout-minutes: 360
1919
permissions:
2020
actions: read
2121
contents: read

0 commit comments

Comments
 (0)