File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020
2121jobs :
2222 diff-rendered-templates :
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-22 .04
2424 steps :
2525 - uses : actions/checkout@v3
2626 with :
Original file line number Diff line number Diff line change 2828 # - https://github.com/docker/build-push-action/blob/v2.3.0/docs/advanced/local-registry.md
2929 # - https://github.com/docker/build-push-action/blob/v2.3.0/docs/advanced/multi-platform.md
3030 build_images :
31- runs-on : ubuntu-20 .04
31+ runs-on : ubuntu-22 .04
3232 steps :
3333 - uses : actions/checkout@v3
3434 with :
Original file line number Diff line number Diff line change 2828
2929jobs :
3030 lint :
31- runs-on : ubuntu-20 .04
31+ runs-on : ubuntu-22 .04
3232 steps :
3333 - uses : actions/checkout@v3
3434
4242 # in small things. Unfortunately there is no easy way to share steps between
4343 # jobs or have "template" jobs, so we use `if` conditions on steps
4444 tests :
45- runs-on : ubuntu-20 .04
45+ runs-on : ubuntu-22 .04
4646 timeout-minutes : 10
4747
4848 permissions :
@@ -349,7 +349,7 @@ jobs:
349349 if : ${{ always() }}
350350
351351 test-local :
352- runs-on : ubuntu-20 .04
352+ runs-on : ubuntu-22 .04
353353 timeout-minutes : 5
354354
355355 permissions :
Original file line number Diff line number Diff line change 1919 update-image-dependencies :
2020 # Don't run this job on forks
2121 if : github.repository == 'jupyterhub/binderhub'
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323
2424 strategy :
2525 fail-fast : false
You can’t perform that action at this time.
0 commit comments