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

This commit is contained in:
Loïc Guilloux 2022-03-13 16:05:24 +01:00 committed by GitHub
parent 08a5478a93
commit 1a17b6c8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}