Skip to content

Commit 5a68b0d

Browse files
chore(deps): update dependency ubuntu to v22 (#800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5832377 commit 5a68b0d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/[email protected]
1212
- uses: pnpm/[email protected]

.github/workflows/deploy-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defaults:
2828
jobs:
2929
# Build job
3030
build:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v3
@@ -59,7 +59,7 @@ jobs:
5959
environment:
6060
name: github-pages
6161
url: ${{ steps.deployment.outputs.page_url }}
62-
runs-on: ubuntu-20.04
62+
runs-on: ubuntu-22.04
6363
needs: build
6464
steps:
6565
- name: Deploy to GitHub Pages

.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-20.04
10+
runs-on: ubuntu-22.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-20.04
12+
runs-on: ubuntu-22.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-20.04
26+
runs-on: ubuntu-22.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-20.04
40+
runs-on: ubuntu-22.04
4141
strategy:
4242
matrix:
4343
test-environment:

0 commit comments

Comments
 (0)