Update the builder to use earlier windows version (2022) is not understood. (#969)

* Update the builder to use earlier windows version (2022) is not
understood.

* No node for windows.

* Ready to deploy.
This commit is contained in:
Nicolas Patry
2022-03-31 15:00:11 +02:00
committed by GitHub
parent 0eb7455fe5
commit 23a22da18c

View File

@ -16,11 +16,11 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 10.11
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-2019, macos-latest, ubuntu-latest]
node-version: [10.x, 12.x, 13.x, 14.x, 15.x]
exclude:
# Exclude node 15 for windows
- os: windows-latest
- os: windows-2019
node-version: 15.x
runs-on: ${{ matrix.os }}
steps: