Skip to content

Commit 4f9c7d3

Browse files
chore(devdeps): update dependency ubuntu to v22 (#1443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72e3b4f commit 4f9c7d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

99
jobs:
1010
typecheck:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/[email protected]
1414
- uses: pnpm/[email protected]
@@ -22,7 +22,7 @@ jobs:
2222
- run: pnpm run build
2323
- run: pnpm tsc --noEmit
2424
lint:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- uses: actions/[email protected]
2828
- uses: pnpm/[email protected]
@@ -36,7 +36,7 @@ jobs:
3636
- run: pnpm run build
3737
- run: pnpm run lint
3838
test:
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-22.04
4040
strategy:
4141
matrix:
4242
node: ['18']

.github/workflows/pull_request_title.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]

0 commit comments

Comments
 (0)