Skip to content

Commit 8d336c4

Browse files
committed
Remove windows runner
1 parent 27fc616 commit 8d336c4

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest]
17+
os: [ubuntu-latest]
1818
node: ["lts/*"]
1919
typescript: ["5.5", "latest"]
2020
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }} (${{ matrix.os }})

0 commit comments

Comments
 (0)