Skip to content

Commit 19ef047

Browse files
committed
Update workflows and readthedocs to ubuntu-24.04
1 parent dda6f7c commit 19ef047

9 files changed

+13
-13
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# ref: https://quay.io/organization/jupyterhub
3535

3636
publish:
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-24.04
3838
steps:
3939
- uses: actions/checkout@v4
4040
with:

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
create-release:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
contents: write
1515
steps:

.github/workflows/support-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
action:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: dessant/support-requests@v4
1616
with:

.github/workflows/test-chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
lint_shell_scripts:
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
@@ -42,7 +42,7 @@ jobs:
4242
run: pre-commit run --all --hook-stage manual
4343

4444
lint_and_validate_rendered_templates:
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-python@v5
@@ -60,7 +60,7 @@ jobs:
6060
continue-on-error: true
6161

6262
lint_and_validate_templates_with_schema:
63-
runs-on: ubuntu-22.04
63+
runs-on: ubuntu-24.04
6464

6565
strategy:
6666
fail-fast: false
@@ -114,7 +114,7 @@ jobs:
114114
continue-on-error: true
115115

116116
test:
117-
runs-on: ubuntu-22.04
117+
runs-on: ubuntu-24.04
118118
timeout-minutes: 20
119119

120120
strategy:

.github/workflows/test-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# - https://github.com/docker/build-push-action/blob/v2.3.0/docs/advanced/local-registry.md
3030
# - https://github.com/docker/build-push-action/blob/v2.3.0/docs/advanced/multi-platform.md
3131
build_images:
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- uses: actions/checkout@v4
3535
with:

.github/workflows/test-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
linkcheck:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- uses: actions/checkout@v4
3131
with:

.github/workflows/vuln-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
trivy_image_scan:
3434
if: github.repository == 'jupyterhub/zero-to-jupyterhub-k8s'
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
environment: watch-dependencies
3737

3838
strategy:

.github/workflows/watch-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
update-image-dependencies:
3333
# Don't run this job on forks
3434
if: github.repository == 'jupyterhub/zero-to-jupyterhub-k8s'
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
environment: watch-dependencies
3737

3838
strategy:
@@ -202,7 +202,7 @@ jobs:
202202
# these dependencies every day is too much noise.
203203
#
204204
if: github.repository == 'jupyterhub/zero-to-jupyterhub-k8s' && github.event_name != 'schedule'
205-
runs-on: ubuntu-22.04
205+
runs-on: ubuntu-24.04
206206
environment: watch-dependencies
207207

208208
steps:

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sphinx:
88
configuration: docs/source/conf.py
99

1010
build:
11-
os: ubuntu-22.04
11+
os: ubuntu-24.04
1212
tools:
1313
python: "3.10"
1414

0 commit comments

Comments
 (0)