Skip to content

Commit ecbc805

Browse files
committed
Don't run build-dev on Windows CI
1 parent 050b276 commit ecbc805

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
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, macos-latest, windows-latest]
23+
os: [ubuntu-latest, macos-latest]
2424
node-version:
2525
- 18.x
2626
- 20.x

0 commit comments

Comments
 (0)