File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # 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
@@ -192,7 +192,7 @@ jobs:
192
192
-t mitodl/mit-learn-frontend:$VERSION .
193
193
194
194
build-storybook :
195
- runs-on : ubuntu-22 .04
195
+ runs-on : ubuntu-24 .04
196
196
steps :
197
197
- name : Checkout
198
198
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -217,7 +217,7 @@ jobs:
217
217
GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
218
218
GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v0
219
219
GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v0
220
- runs-on : ubuntu-22 .04
220
+ runs-on : ubuntu-24 .04
221
221
steps :
222
222
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
223
223
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
@@ -256,7 +256,7 @@ jobs:
256
256
GENERATOR_IGNORE_FILE : ./frontends/api/.openapi-generator-ignore
257
257
GENERATOR_OUTPUT_DIR_CI : ./frontends/api/tmp/generated/v1
258
258
GENERATOR_OUTPUT_DIR_VC : ./frontends/api/src/generated/v1
259
- runs-on : ubuntu-22 .04
259
+ runs-on : ubuntu-24 .04
260
260
steps :
261
261
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
262
262
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 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
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
You can’t perform that action at this time.
0 commit comments