From 9329db102fdfb3475c94bd03f9ee76635372cbb3 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Thu, 2 Dec 2021 09:13:36 +0000 Subject: [PATCH] Remove Win2016 as Github Action support ending. --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee4c4a3..88065d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: ""