summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Ekman <[email protected]>2025-05-26 19:15:39 +0200
committerErik Ekman <[email protected]>2025-05-26 19:15:39 +0200
commit92522e45388ac5ef4911baff97a74415f5f4834b (patch)
treeee57cd39cd96bd38c3fc1dcc7b62b32dfb780047
parent571c46253f49cfe228b6fd8dd7cf81439a3aee28 (diff)
downloadlwip-master.tar.gz
codeql: Use ubuntu-latest instead of 20.04HEADmaster
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0876355f..5bf915e4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
- runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-20.04' }}
+ runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read