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 Patric Stout
parent 9a20c47b42
commit 18ef2607f9
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 }}