Skip to content

Commit 03e34a1

Browse files
renovate[bot]portrik
authored andcommitted
chore(deps): update dependency ubuntu to v24
1 parent 442424c commit 03e34a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

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

77
jobs:
88
types:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
name: Check Types
1111

1212
steps:
@@ -24,7 +24,7 @@ jobs:
2424
- run: pnpm types
2525

2626
lint:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
name: Check Linting
2929

3030
steps:
@@ -42,7 +42,7 @@ jobs:
4242
- run: pnpm lint
4343

4444
tests:
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646
name: Test
4747
needs: [types, lint]
4848

0 commit comments

Comments
 (0)