Skip to content

Commit c6748d6

Browse files
authored
ci: Update Ubuntu 22.04 to 24.04 (#276)
1 parent 1e6eca5 commit c6748d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/f5-cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: read-all
99
jobs:
1010
f5-cla:
1111
name: F5 CLA
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
actions: write
1515
pull-requests: write

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515
jobs:
1616
analysis:
1717
name: Scorecard analysis
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
permissions:
2020
# Needed if using Code Scanning alerts
2121
security-events: write

.github/workflows/s3-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions: read-all
2828
jobs:
2929
build-oss-for-test:
3030
name: Build NGINX OSS image
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- name: Check out the codebase
3434
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)