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 <sean.robinson@scottsdalecc.edu>
This commit is contained in:
Sean Robinson 2021-12-09 12:17:55 -07:00
parent fcfbe7141e
commit 736099ef3f

View File

@ -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