Skip to content

Commit 1c14e98

Browse files
authored
Update GH Actions runner to Ubuntu 24.04 (#245)
1 parent 9d9d3b0 commit 1c14e98

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/alpine-mainline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
version:
1010
name: Fetch NGINX mainline version
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
major: ${{ steps.nginx_version.outputs.major }}
1414
minor: ${{ steps.nginx_version.outputs.minor }}
@@ -33,7 +33,7 @@ jobs:
3333
slim:
3434
name: Build Alpine NGINX mainline slim Docker image
3535
needs: version
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
strategy:
3838
fail-fast: false
3939
steps:
@@ -151,7 +151,7 @@ jobs:
151151
core:
152152
name: Build Alpine NGINX mainline Docker image
153153
needs: [version, slim]
154-
runs-on: ubuntu-22.04
154+
runs-on: ubuntu-24.04
155155
strategy:
156156
fail-fast: false
157157
steps:
@@ -269,7 +269,7 @@ jobs:
269269
perl:
270270
name: Build Alpine NGINX mainline perl Docker image
271271
needs: [version, core]
272-
runs-on: ubuntu-22.04
272+
runs-on: ubuntu-24.04
273273
strategy:
274274
fail-fast: false
275275
steps:

.github/workflows/alpine-stable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
version:
1010
name: Fetch NGINX stable version
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
major: ${{ steps.nginx_version.outputs.major }}
1414
minor: ${{ steps.nginx_version.outputs.minor }}
@@ -33,7 +33,7 @@ jobs:
3333
slim:
3434
name: Build Alpine NGINX stable slim Docker image
3535
needs: version
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
strategy:
3838
fail-fast: false
3939
steps:
@@ -143,7 +143,7 @@ jobs:
143143
core:
144144
name: Build Alpine NGINX stable Docker image
145145
needs: [version, slim]
146-
runs-on: ubuntu-22.04
146+
runs-on: ubuntu-24.04
147147
strategy:
148148
fail-fast: false
149149
steps:
@@ -253,7 +253,7 @@ jobs:
253253
perl:
254254
name: Build Alpine NGINX stable perl Docker image
255255
needs: [version, core]
256-
runs-on: ubuntu-22.04
256+
runs-on: ubuntu-24.04
257257
strategy:
258258
fail-fast: false
259259
steps:

.github/workflows/debian-mainline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
version:
1010
name: Fetch NGINX mainline version
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
major: ${{ steps.nginx_version.outputs.major }}
1414
minor: ${{ steps.nginx_version.outputs.minor }}
@@ -33,7 +33,7 @@ jobs:
3333
core:
3434
name: Build Debian NGINX mainline Docker image
3535
needs: version
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
strategy:
3838
fail-fast: false
3939
steps:
@@ -152,7 +152,7 @@ jobs:
152152
perl:
153153
name: Build Debian NGINX mainline perl Docker image
154154
needs: [version, core]
155-
runs-on: ubuntu-22.04
155+
runs-on: ubuntu-24.04
156156
strategy:
157157
fail-fast: false
158158
steps:

.github/workflows/debian-stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
version:
1010
name: Fetch NGINX stable version
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
major: ${{ steps.nginx_version.outputs.major }}
1414
minor: ${{ steps.nginx_version.outputs.minor }}
@@ -33,7 +33,7 @@ jobs:
3333
core:
3434
name: Build Debian NGINX stable Docker image
3535
needs: version
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
strategy:
3838
fail-fast: false
3939
steps:
@@ -144,7 +144,7 @@ jobs:
144144
perl:
145145
name: Build Debian NGINX stable perl Docker image
146146
needs: [version, core]
147-
runs-on: ubuntu-22.04
147+
runs-on: ubuntu-24.04
148148
strategy:
149149
fail-fast: false
150150
steps:

.github/workflows/image-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
cleanup:
1010
name: Delete untagged NGINX Unprivileged Docker images on the Amazon ECR Public Gallery and the GitHub Container Registry
1111
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
strategy:
1414
fail-fast: false
1515
steps:

0 commit comments

Comments
 (0)