Skip to content

Commit

Permalink
remove windows and macos from test os
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
  • Loading branch information
tangledbytes committed Apr 19, 2021
1 parent 9318c96 commit 805f94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
node-version: [12.17.0, 14.16.0]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 805f94b

Please sign in to comment.