Skip to content

Commit

Permalink
ci: Update Ubuntu 22.04 to 24.04 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Jul 11, 2024
1 parent 1e6eca5 commit c6748d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/f5-cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: read-all
jobs:
f5-cla:
name: F5 CLA
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
# Needed if using Code Scanning alerts
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s3-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permissions: read-all
jobs:
build-oss-for-test:
name: Build NGINX OSS image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out the codebase
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit c6748d6

Please sign in to comment.