Change: [Actions] Remove VS2017 and restore VS2019 for CI (#9835)

pull/379/head
Loïc Guilloux 2 years ago committed by GitHub
parent 08a5478a93
commit 1a17b6c8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -237,7 +237,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, windows-2016]
os: [windows-latest, windows-2019]
arch: [x86, x64]
runs-on: ${{ matrix.os }}

Loading…
Cancel
Save