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
@@ -193,7 +193,7 @@ jobs:
193
193
-t mitodl/mit-learn-frontend:$VERSION .
194
194
195
195
build-storybook :
196
- runs-on : ubuntu-22 .04
196
+ runs-on : ubuntu-24 .04
197
197
steps :
198
198
- name : Checkout
199
199
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -218,7 +218,7 @@ jobs:
218
218
GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
219
219
GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v0
220
220
GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v0
221
- runs-on : ubuntu-22 .04
221
+ runs-on : ubuntu-24 .04
222
222
steps :
223
223
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
224
224
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
@@ -257,7 +257,7 @@ jobs:
257
257
GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
258
258
GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v1
259
259
GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v1
260
- runs-on : ubuntu-22 .04
260
+ runs-on : ubuntu-24 .04
261
261
steps :
262
262
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
263
263
- 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'
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
# runs ONLY on a failure of the CI workflow
102
102
on-failure :
103
- runs-on : ubuntu-22 .04
103
+ runs-on : ubuntu-24 .04
104
104
if : >
105
105
github.event_name == 'workflow_dispatch' ||
106
106
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'
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
# runs ONLY on a failure of the CI workflow
102
102
on-failure :
103
- runs-on : ubuntu-22 .04
103
+ runs-on : ubuntu-24 .04
104
104
if : >
105
105
github.event_name == 'workflow_dispatch' ||
106
106
github.event.workflow_run.conclusion == 'failure'
You can’t perform that action at this time.
0 commit comments