We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd2008 commit fd07026Copy full SHA for fd07026
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
strategy:
8
matrix:
9
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest]
10
# https://nodejs.org/en/about/releases/
11
node: [10, 12, 14]
12
runs-on: ${{ matrix.os }}
0 commit comments