Skip to content

Commit b726e4c

Browse files
committed
ci: update Ubuntu version in CI workflow to 24.04
1 parent f549d19 commit b726e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
Build:
55
strategy:
66
matrix:
7-
os: [macos-latest, ubuntu-20.04, windows-latest]
7+
os: [macos-latest, ubuntu-24.04, windows-latest]
88
node-version: [20]
99

1010
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)