Skip to content

Commit 35de7ac

Browse files
ci: disable running tests on Windows (#2577)
1 parent feba14c commit 35de7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
node-version: [18, 20]
48-
os: [ubuntu-latest, macos-latest, windows-2019]
48+
os: [ubuntu-latest, macos-latest]
4949
runs-on: ${{ matrix.os }}
5050
defaults:
5151
run:

0 commit comments

Comments
 (0)