undo switch to Visual Studio 15 2017

windows-latest image only supports Visual Studio 16 2019
This commit is contained in:
WarmUpTill
2020-06-15 18:48:32 +02:00
committed by GitHub
parent 6aaffeb5a4
commit 2113025877

View File

@@ -179,7 +179,7 @@ jobs:
runs-on: [windows-latest]
env:
QT_VERSION: 5.10.1
CMAKE_GENERATOR: "Visual Studio 15 2017"
CMAKE_GENERATOR: "Visual Studio 16 2019"
CMAKE_SYSTEM_VERSION: "10.0.18363.657"
steps:
- name: Add msbuild to PATH
@@ -233,7 +233,7 @@ jobs:
runs-on: [windows-latest]
env:
QT_VERSION: 5.10.1
CMAKE_GENERATOR: "Visual Studio 15 2017"
CMAKE_GENERATOR: "Visual Studio 16 2019"
CMAKE_SYSTEM_VERSION: "10.0.18363.657"
steps:
- name: Add msbuild to PATH