project: Remove the usage of Visual Studio 2017

Visual Studio 2017 is now 3 years out of date, and newer options are available - and also produce better and faster binaries.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-04-23 00:36:40 +02:00 committed by Michael Fabian Dirks
parent 2ab8949ba5
commit 0feaeb1afc
1 changed files with 1 additions and 6 deletions

View File

@ -7,13 +7,8 @@ jobs:
name: "Windows 64-bit" name: "Windows 64-bit"
strategy: strategy:
matrix: matrix:
runner: [ windows-2016, windows-2019 ] runner: [ windows-2019 ]
include: include:
- runner: windows-2016
id: windows2017
windows_sdk: "10.0.17763.0"
cmake_generator: "Visual Studio 15 2017 Win64"
cmake_generator_platform: ""
- runner: windows-2019 - runner: windows-2019
id: windows2019 id: windows2019
windows_sdk: "10.0.18362.0" windows_sdk: "10.0.18362.0"