Skip to content

Commit 0563951

Browse files
committed
ci: update to latest LTS
1 parent efd7700 commit 0563951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ci-format:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-22.04]
16+
os: [ubuntu-24.04]
1717
# The type of runner that the job will run on
1818
runs-on: ${{ matrix.os }}
1919

@@ -28,7 +28,7 @@ jobs:
2828
ci-build:
2929
strategy:
3030
matrix:
31-
os: [ubuntu-22.04]
31+
os: [ubuntu-24.04]
3232
# The type of runner that the job will run on
3333
runs-on: ${{ matrix.os }}
3434

0 commit comments

Comments
 (0)