File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 99
1010jobs :
1111 create-release :
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 permissions :
1414 contents : write
1515 steps :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 action :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - uses : dessant/support-requests@v4
1616 with :
Original file line number Diff line number Diff line change 2828
2929jobs :
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
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
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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 2525
2626jobs :
2727 linkcheck :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 steps :
3030 - uses : actions/checkout@v4
3131 with :
Original file line number Diff line number Diff line change 3232jobs :
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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 88 configuration : docs/source/conf.py
99
1010build :
11- os : ubuntu-22 .04
11+ os : ubuntu-24 .04
1212 tools :
1313 python : " 3.10"
1414
You can’t perform that action at this time.
0 commit comments