From 736099ef3f1852bf4f982171b48ce9c2c0a9532f Mon Sep 17 00:00:00 2001 From: Sean Robinson Date: Thu, 9 Dec 2021 12:17:55 -0700 Subject: [PATCH] Remove Windows Server 2016 from test matrix The Windows Server 2016 test environment is scheduled for removal on March 15, 2022. Signed-off-by: Sean Robinson --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7e4648..32379e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: - macos-latest-clang - ubuntu-latest-clang - ubuntu-latest-gcc - - windows-2016-msvc - windows-latest-msvc include: @@ -42,11 +41,6 @@ jobs: c_compiler: msvc cxx_compiler: msvc - - toolchain: windows-2016-msvc - os: windows-2016 - c_compiler: msvc - cxx_compiler: msvc - steps: - name: Checkout Code