File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 yamllint :
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-24 .04
2626
2727 steps :
2828 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 88 configuration : docs/source/conf.py
99
1010build :
11- os : ubuntu-20 .04
11+ os : ubuntu-24 .04
1212 tools :
1313 python : " 3.9"
1414
You can’t perform that action at this time.
0 commit comments