File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
on : [push]
3
3
jobs :
4
4
python-tests :
5
- runs-on : ubuntu-22 .04
5
+ runs-on : ubuntu-24 .04
6
6
7
7
services :
8
8
# Label used to access the service container
86
86
file : ./coverage.xml
87
87
88
88
javascript-tests :
89
- runs-on : ubuntu-22 .04
89
+ runs-on : ubuntu-24 .04
90
90
steps :
91
91
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
92
92
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
build-nextjs-container :
146
146
needs : javascript-tests
147
- runs-on : ubuntu-22 .04
147
+ runs-on : ubuntu-24 .04
148
148
steps :
149
149
- name : Checkout
150
150
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -189,7 +189,7 @@ jobs:
189
189
-t mitodl/mit-learn-frontend:$VERSION .
190
190
191
191
build-storybook :
192
- runs-on : ubuntu-22 .04
192
+ runs-on : ubuntu-24 .04
193
193
steps :
194
194
- name : Checkout
195
195
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -214,7 +214,7 @@ jobs:
214
214
GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
215
215
GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v0
216
216
GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v0
217
- runs-on : ubuntu-22 .04
217
+ runs-on : ubuntu-24 .04
218
218
steps :
219
219
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
220
220
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
@@ -253,7 +253,7 @@ jobs:
253
253
GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
254
254
GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v1
255
255
GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v1
256
- runs-on : ubuntu-22 .04
256
+ runs-on : ubuntu-24 .04
257
257
steps :
258
258
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
259
259
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: OpenAPI Diff
2
2
on : [pull_request]
3
3
jobs :
4
4
openapi-diff :
5
- runs-on : ubuntu-22 .04
5
+ runs-on : ubuntu-24 .04
6
6
steps :
7
7
- name : Checkout HEAD
8
8
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
# runs if CI workflow was successful OR if this was manually triggered
12
12
on-success :
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
if : >
15
15
github.event_name == 'workflow_dispatch' ||
16
16
github.event.workflow_run.conclusion == 'success'
96
96
97
97
# runs ONLY on a failure of the CI workflow
98
98
on-failure :
99
- runs-on : ubuntu-22 .04
99
+ runs-on : ubuntu-24 .04
100
100
if : >
101
101
github.event_name == 'workflow_dispatch' ||
102
102
github.event.workflow_run.conclusion == 'failure'
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
43
43
name : github-pages
44
44
url : ${{ steps.deployment.outputs.page_url }}
45
45
46
- runs-on : ubuntu-22 .04
46
+ runs-on : ubuntu-24 .04
47
47
steps :
48
48
- name : Deploy to GitHub Pages
49
49
id : deployment
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
# runs if CI workflow was successful OR if this was manually triggered
12
12
on-success :
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
if : >
15
15
github.event_name == 'workflow_dispatch' ||
16
16
github.event.workflow_run.conclusion == 'success'
96
96
97
97
# runs ONLY on a failure of the CI workflow
98
98
on-failure :
99
- runs-on : ubuntu-22 .04
99
+ runs-on : ubuntu-24 .04
100
100
if : >
101
101
github.event_name == 'workflow_dispatch' ||
102
102
github.event.workflow_run.conclusion == 'failure'
You can’t perform that action at this time.
0 commit comments