Skip to content

Commit 4ac8297

Browse files
chore(devdeps): update dependency ubuntu to v24
1 parent 26fe3c8 commit 4ac8297

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
@@ -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]
@@ -60,7 +60,7 @@ jobs:
6060
verbose: true
6161

6262
test-types:
63-
runs-on: ubuntu-22.04
63+
runs-on: ubuntu-24.04
6464
strategy:
6565
matrix:
6666
node: ["20"]

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

0 commit comments

Comments
 (0)