Skip to content

Commit 805f94b

Browse files
committed
remove windows and macos from test os
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
1 parent 9318c96 commit 805f94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-latest]
15+
os: [ubuntu-latest]
1616
node-version: [12.17.0, 14.16.0]
1717
runs-on: ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)