Skip to content

Commit ad5e2d7

Browse files
committed
Remove windows from GH actions test machine matrix
The tests have been just timeouting for a while. Investigating the real issue would be the correct fix.
1 parent bbf17af commit ad5e2d7

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
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node: [12, 14, 15]
15-
os: [ubuntu-latest, windows-latest, macOS-latest]
15+
os: [ubuntu-latest, macOS-latest]
1616

1717
steps:
1818
- name: Clone repository

0 commit comments

Comments
 (0)