Skip to content

Commit 190458a

Browse files
committed
fix: remove Windows from CI workflow matrix, keep only macOS
1 parent 656fccd commit 190458a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [
28-
# npm install is very slow
29-
# { name: "windows-arm", image: "windows-11-arm" },
30-
{ name: "windows", image: "windows-latest" },
3128
{ name: "macos", image: "macos-latest" },
3229
]
3330
shard: [1, 2, 3, 4]

0 commit comments

Comments
 (0)