mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
roll back to using ubuntu-22.04 images (#5456)
* roll back to using ubuntu-22.04 images pending https://github.com/actions/runner-images/issues/11471 resolution, this moves us back to images that were working. * move test back to latest
This commit is contained in:
parent
b5f58997bd
commit
936bd28ae4
9 changed files with 16 additions and 16 deletions
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
# - https://gh.io/supported-runners-and-hardware-resources
|
||||
# - https://gh.io/using-larger-runners (GitHub.com only)
|
||||
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
|
||||
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
|
||||
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }}
|
||||
permissions:
|
||||
# required for all workflows
|
||||
security-events: write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue