Merge pull request #155 from skrobinson/fix-test-server-deprecation

Remove Windows Server 2016 from test matrix
This commit is contained in:
Pranav 2022-01-11 09:40:13 -06:00 committed by GitHub
commit 79df7808d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ jobs:
- macos-latest-clang - macos-latest-clang
- ubuntu-latest-clang - ubuntu-latest-clang
- ubuntu-latest-gcc - ubuntu-latest-gcc
- windows-2016-msvc
- windows-latest-msvc - windows-latest-msvc
include: include:
@ -42,11 +41,6 @@ jobs:
c_compiler: msvc c_compiler: msvc
cxx_compiler: msvc cxx_compiler: msvc
- toolchain: windows-2016-msvc
os: windows-2016
c_compiler: msvc
cxx_compiler: msvc
steps: steps:
- name: Checkout Code - name: Checkout Code