Skip to content

Commit d71167e

Browse files
committed
ci: update from ubuntu-20.04 to ubuntu-22.04 in workflows
1 parent 7a558f0 commit d71167e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/diff.yml

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

2121
jobs:
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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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:

.github/workflows/test.yml

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

2929
jobs:
3030
lint:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- uses: actions/checkout@v3
3434

@@ -42,7 +42,7 @@ jobs:
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:

.github/workflows/watch-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

0 commit comments

Comments
 (0)