Skip to content

Commit 2698faf

Browse files
committed
ci: disable running tests on Windows
1 parent feba14c commit 2698faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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)