Skip to content

Commit e53e8e9

Browse files
committed
remove macos and windows from test matrix
1 parent 234de49 commit e53e8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [windows-latest, ubuntu-latest, macos-latest]
9+
os: [ubuntu-latest]
1010
node: [10, 12, 13]
1111
steps:
1212
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)