From 0feaeb1afcaaa873e8e9ce0b0539eb7633a14e5e Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 23 Apr 2020 00:36:40 +0200 Subject: [PATCH] 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. --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12bd2e7..7bacf7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,13 +7,8 @@ jobs: name: "Windows 64-bit" strategy: matrix: - runner: [ windows-2016, windows-2019 ] + runner: [ windows-2019 ] 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 id: windows2019 windows_sdk: "10.0.18362.0"