mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
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:
parent
2ab8949ba5
commit
0feaeb1afc
1 changed files with 1 additions and 6 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue