Remove Win2016 as Github Action support ending.

This commit is contained in:
Matthew Parkinson
2021-12-02 09:13:36 +00:00
committed by Matthew Parkinson
parent 894b0314c9
commit 9329db102f

View File

@@ -189,19 +189,14 @@ jobs:
strategy:
matrix:
# Build each combination of OS and release/debug variants
os: [ windows-2016, windows-2019 ]
os: [ windows-2019 ]
build-type: [ Release, Debug ]
arch: [ Win32, x64 ]
toolchain: [ "", "-T ClangCL" ]
extra-cmake-flags: [ "" ]
# The ClangCL toolchain was added in Visual Studio 2019, the Windows
# 2016 runners have only VS 2017, so skip them for this configuration
exclude:
- os: windows-2016
toolchain: "-T ClangCL"
# Add an extra check for the Windows 8 compatible PAL
include:
- os: windows-2016
- os: windows-2019
build-type: Release
arch: x64
toolchain: ""