mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
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:
parent
fcfbe7141e
commit
736099ef3f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user