File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22on : [push]
33jobs :
44 python-tests :
5- runs-on : ubuntu-22 .04
5+ runs-on : ubuntu-24 .04
66
77 services :
88 # Label used to access the service container
8686 file : ./coverage.xml
8787
8888 javascript-tests :
89- runs-on : ubuntu-22 .04
89+ runs-on : ubuntu-24 .04
9090 steps :
9191 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9292 - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
@@ -144,7 +144,7 @@ jobs:
144144
145145 build-nextjs-container :
146146 needs : javascript-tests
147- runs-on : ubuntu-22 .04
147+ runs-on : ubuntu-24 .04
148148 steps :
149149 - name : Checkout
150150 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -193,7 +193,7 @@ jobs:
193193 -t mitodl/mit-learn-frontend:$VERSION .
194194
195195 build-storybook :
196- runs-on : ubuntu-22 .04
196+ runs-on : ubuntu-24 .04
197197 steps :
198198 - name : Checkout
199199 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -218,7 +218,7 @@ jobs:
218218 GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
219219 GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v0
220220 GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v0
221- runs-on : ubuntu-22 .04
221+ runs-on : ubuntu-24 .04
222222 steps :
223223 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
224224 - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
@@ -257,7 +257,7 @@ jobs:
257257 GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
258258 GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v1
259259 GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v1
260- runs-on : ubuntu-22 .04
260+ runs-on : ubuntu-24 .04
261261 steps :
262262 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
263263 - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: OpenAPI Diff
22on : [pull_request]
33jobs :
44 openapi-diff :
5- runs-on : ubuntu-22 .04
5+ runs-on : ubuntu-24 .04
66 steps :
77 - name : Checkout HEAD
88 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 1010jobs :
1111 # runs if CI workflow was successful OR if this was manually triggered
1212 on-success :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 if : >
1515 github.event_name == 'workflow_dispatch' ||
1616 github.event.workflow_run.conclusion == 'success'
@@ -100,7 +100,7 @@ jobs:
100100
101101 # runs ONLY on a failure of the CI workflow
102102 on-failure :
103- runs-on : ubuntu-22 .04
103+ runs-on : ubuntu-24 .04
104104 if : >
105105 github.event_name == 'workflow_dispatch' ||
106106 github.event.workflow_run.conclusion == 'failure'
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343 name : github-pages
4444 url : ${{ steps.deployment.outputs.page_url }}
4545
46- runs-on : ubuntu-22 .04
46+ runs-on : ubuntu-24 .04
4747 steps :
4848 - name : Deploy to GitHub Pages
4949 id : deployment
Original file line number Diff line number Diff line change 1010jobs :
1111 # runs if CI workflow was successful OR if this was manually triggered
1212 on-success :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 if : >
1515 github.event_name == 'workflow_dispatch' ||
1616 github.event.workflow_run.conclusion == 'success'
@@ -100,7 +100,7 @@ jobs:
100100
101101 # runs ONLY on a failure of the CI workflow
102102 on-failure :
103- runs-on : ubuntu-22 .04
103+ runs-on : ubuntu-24 .04
104104 if : >
105105 github.event_name == 'workflow_dispatch' ||
106106 github.event.workflow_run.conclusion == 'failure'
You can’t perform that action at this time.
0 commit comments