Skip to content

Commit

Permalink
github/ci: Bump remaining ubuntu-20.04 jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Feb 12, 2025
1 parent 814fe2a commit 898f67c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false

# CodeQL runs on ubuntu-20.04
runs-on: ubuntu-20.04
# CodeQL runs on ubuntu-22.04
runs-on: ubuntu-22.04
if: github.repository == 'envoyproxy/envoy'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# for github/codeql-action/analyze to upload SARIF results
security-events: write
pull-requests: read
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.repository == 'envoyproxy/envoy'
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-traffic_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
permissions:
contents: read
packages: read
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout repository
Expand Down

0 comments on commit 898f67c

Please sign in to comment.