File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
66
(github.event.label.name == 'test-staging') ||
67
67
((github.event_name == 'push') && (github.ref == 'refs/heads/main')) ||
68
68
((github.event_name == 'push') && contains(github.ref, 'test-this-pr'))
69
- runs-on : ubuntu-20 .04
69
+ runs-on : ubuntu-24 .04
70
70
# 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
71
71
continue-on-error : ${{ matrix.experimental }}
72
72
strategy :
@@ -207,7 +207,7 @@ jobs:
207
207
# Only run job if the event is a push to main
208
208
if : github.event_name == 'push' && github.ref == 'refs/heads/main'
209
209
210
- runs-on : ubuntu-20 .04
210
+ runs-on : ubuntu-24 .04
211
211
212
212
# 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
213
213
continue-on-error : ${{ matrix.experimental }}
Original file line number Diff line number Diff line change 25
25
# matching version of where we look to deploy.
26
26
#
27
27
helm-template :
28
- runs-on : ubuntu-20 .04
28
+ runs-on : ubuntu-24 .04
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
yamllint :
25
- runs-on : ubuntu-20 .04
25
+ runs-on : ubuntu-24 .04
26
26
27
27
steps :
28
28
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 27
27
# workflow_dispatch for CI development purposes.
28
28
if : github.repository == 'jupyterhub/mybinder.org-deploy' || github.event_name != 'schedule'
29
29
30
- runs-on : ubuntu-20 .04
30
+ runs-on : ubuntu-24 .04
31
31
environment : watch-dependencies-env
32
32
33
33
strategy :
@@ -125,7 +125,7 @@ jobs:
125
125
# workflow_dispatch for CI development purposes.
126
126
if : github.repository == 'jupyterhub/mybinder.org-deploy' || github.event_name != 'schedule'
127
127
128
- runs-on : ubuntu-20 .04
128
+ runs-on : ubuntu-24 .04
129
129
environment : watch-dependencies-env
130
130
131
131
strategy :
Original file line number Diff line number Diff line change 8
8
configuration : docs/source/conf.py
9
9
10
10
build :
11
- os : ubuntu-20 .04
11
+ os : ubuntu-24 .04
12
12
tools :
13
13
python : " 3.9"
14
14
You can’t perform that action at this time.
0 commit comments