Skip to content

Commit 4ac81c3

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 55c8342 commit 4ac81c3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push]
33
jobs:
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
@@ -86,7 +86,7 @@ jobs:
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # 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
@@ -192,7 +192,7 @@ jobs:
192192
-t mitodl/mit-learn-frontend:$VERSION .
193193
194194
build-storybook:
195-
runs-on: ubuntu-22.04
195+
runs-on: ubuntu-24.04
196196
steps:
197197
- name: Checkout
198198
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -217,7 +217,7 @@ jobs:
217217
GENERATOR_IGNORE_FILE: ./frontends/api/.openapi-generator-ignore
218218
GENERATOR_OUTPUT_DIR_CI: ./frontends/api/tmp/generated/v0
219219
GENERATOR_OUTPUT_DIR_VC: ./frontends/api/src/generated/v0
220-
runs-on: ubuntu-22.04
220+
runs-on: ubuntu-24.04
221221
steps:
222222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
223223
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
@@ -256,7 +256,7 @@ jobs:
256256
GENERATOR_IGNORE_FILE: ./frontends/api/.openapi-generator-ignore
257257
GENERATOR_OUTPUT_DIR_CI: ./frontends/api/tmp/generated/v1
258258
GENERATOR_OUTPUT_DIR_VC: ./frontends/api/src/generated/v1
259-
runs-on: ubuntu-22.04
259+
runs-on: ubuntu-24.04
260260
steps:
261261
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
262262
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4

.github/workflows/openapi-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: OpenAPI Diff
22
on: [pull_request]
33
jobs:
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

.github/workflows/publish-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
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
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)