Skip to content

Commit 72816ca

Browse files
committed
Bump GitHub actions runner to ubuntu-24.04
1 parent f50c0c5 commit 72816ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker.yml

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

3030
jobs:
3131
docker:
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
build-n-publish:
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-python@v5
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.PYPI_PASSWORD }}
6363

6464
publish-docker:
65-
runs-on: ubuntu-22.04
65+
runs-on: ubuntu-24.04
6666
env:
6767
DEFAULT_REGISTRY: quay.io
6868
IMAGE_NAME: jupyterhub/repo2docker

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
ubuntu_version: ["22.04"]
53+
ubuntu_version: ["24.04"]
5454
python_version: ["3.9"]
5555
repo_type:
5656
- base

0 commit comments

Comments
 (0)