Skip to content

Commit 92e1d2d

Browse files
committed
Remove Windows from CI workflow. :D
1 parent ec11147 commit 92e1d2d

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
@@ -28,7 +28,7 @@ jobs:
2828
ci:
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, macOS-latest, windows-latest]
31+
os: [ubuntu-latest, macOS-latest]
3232
node: [12.x, 14.x, 16.x]
3333
runs-on: ${{ matrix.os }}
3434
steps:

0 commit comments

Comments
 (0)