diff options
author | Erik Ekman <[email protected]> | 2025-05-26 19:15:39 +0200 |
---|---|---|
committer | Erik Ekman <[email protected]> | 2025-05-26 19:15:39 +0200 |
commit | 92522e45388ac5ef4911baff97a74415f5f4834b (patch) | |
tree | ee57cd39cd96bd38c3fc1dcc7b62b32dfb780047 | |
parent | 571c46253f49cfe228b6fd8dd7cf81439a3aee28 (diff) | |
download | lwip-master.tar.gz |
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
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 |