Skip to content

Commit a7591bf

Browse files
committed
ci: update platform to ubuntu 24.04
1 parent dc36576 commit a7591bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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
- master
1010
jobs:
1111
info:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
name: info
1414
steps:
1515
- uses: actions/checkout@v6
@@ -19,7 +19,7 @@ jobs:
1919
- run: docker compose version
2020
- run: node --version
2121
lint:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
name: Lint
2424
steps:
2525
- uses: actions/checkout@v6
@@ -29,7 +29,7 @@ jobs:
2929
- run: yarn
3030
- run: yarn lint
3131
build:
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
name: Build + Test
3434
steps:
3535
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)