disable windows builds for now

This commit is contained in:
Torsten Curdt 2020-11-05 12:55:17 +01:00
parent 1eed73af48
commit bff7804b5b

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest] #, windows-latest]
runs-on: ${{ matrix.os }}
steps: