Skip to content

Commit 7fdb069

Browse files
authored
Merge pull request #3262 from consideRatio/pr/ubuntu2404
2 parents d919c9a + 5f64ffd commit 7fdb069

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
(github.event.label.name == 'test-staging') ||
6767
((github.event_name == 'push') && (github.ref == 'refs/heads/main')) ||
6868
((github.event_name == 'push') && contains(github.ref, 'test-this-pr'))
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-24.04
7070
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run
7171
continue-on-error: ${{ matrix.experimental }}
7272
strategy:
@@ -207,7 +207,7 @@ jobs:
207207
# Only run job if the event is a push to main
208208
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
209209

210-
runs-on: ubuntu-20.04
210+
runs-on: ubuntu-24.04
211211

212212
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run
213213
continue-on-error: ${{ matrix.experimental }}

.github/workflows/test-helm-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# matching version of where we look to deploy.
2626
#
2727
helm-template:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-24.04
2929
strategy:
3030
fail-fast: false
3131
matrix:

.github/workflows/test-yamllint.yml

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

2323
jobs:
2424
yamllint:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626

2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/watch-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# workflow_dispatch for CI development purposes.
2828
if: github.repository == 'jupyterhub/mybinder.org-deploy' || github.event_name != 'schedule'
2929

30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
environment: watch-dependencies-env
3232

3333
strategy:
@@ -125,7 +125,7 @@ jobs:
125125
# workflow_dispatch for CI development purposes.
126126
if: github.repository == 'jupyterhub/mybinder.org-deploy' || github.event_name != 'schedule'
127127

128-
runs-on: ubuntu-20.04
128+
runs-on: ubuntu-24.04
129129
environment: watch-dependencies-env
130130

131131
strategy:

.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-20.04
11+
os: ubuntu-24.04
1212
tools:
1313
python: "3.9"
1414

0 commit comments

Comments
 (0)