mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Merge pull request #155 from skrobinson/fix-test-server-deprecation
Remove Windows Server 2016 from test matrix
This commit is contained in:
commit
79df7808d2
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user