We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9c640 commit 01426afCopy full SHA for 01426af
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [windows-latest, ubuntu-latest, macos-latest]
+ os: [windows-latest, macos-latest]
12
steps:
13
- uses: actions/checkout@v1
14
- name: Setup Node.js
0 commit comments