Skip to content

Commit f81ddd8

Browse files
committed
test: remove matrix on windows
1 parent a61baad commit f81ddd8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@ on:
2626

2727
jobs:
2828
test:
29-
runs-on: ${{ matrix.os }}
29+
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
os:
33-
- ubuntu-latest
34-
- windows-latest
3532
node: [20.x, 22.x]
3633

3734
steps:

0 commit comments

Comments
 (0)