Skip to content

Commit c7a4762

Browse files
committed
Remove windows from test workflow
1 parent 4c22a27 commit c7a4762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ ubuntu-latest, macos-latest, windows-latest ]
19+
os: [ ubuntu-latest, macos-latest ]
2020
node: [ '20', '22', '24' ]
2121

2222
steps:

0 commit comments

Comments
 (0)