Skip to content

Commit 3be6350

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 549c4e0 commit 3be6350

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
check-title:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/[email protected]
1212
- uses: pnpm/[email protected]

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defaults:
2828
jobs:
2929
# Build job
3030
doc-build:
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
if: github.ref == 'refs/heads/main'
1212
steps:
1313
- uses: actions/[email protected]

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
typecheck:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/[email protected]
1515
- uses: pnpm/[email protected]
@@ -23,7 +23,7 @@ jobs:
2323
- run: pnpm run build
2424
- run: pnpm tsc --noEmit
2525
lint:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/[email protected]
2929
- uses: pnpm/[email protected]
@@ -37,7 +37,7 @@ jobs:
3737
- run: pnpm run build
3838
- run: pnpm run lint
3939
test:
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
strategy:
4242
matrix:
4343
test-environment:

0 commit comments

Comments
 (0)