Skip to content

Commit 192b606

Browse files
authored
chore: add more os to CI matrix (#4435)
1 parent e5d0bc0 commit 192b606

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
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
os: [ubuntu-22.04, windows-2022]
20+
os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025]
2121
node: [18, 20]
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)