mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Reenable Windows 2019 MSVC runner
windows-latest changed to Windows 2022 during first quarter of 2022. This adds windows-2019 to CI test matrix do that we can catch changes that break the older configuration. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
This commit is contained in:
parent
878bd5edac
commit
0ad03de428
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
- macos-latest-clang
|
- macos-latest-clang
|
||||||
- ubuntu-latest-clang
|
- ubuntu-latest-clang
|
||||||
- ubuntu-latest-gcc
|
- ubuntu-latest-gcc
|
||||||
|
- windows-2019-msvc
|
||||||
- windows-latest-msvc
|
- windows-latest-msvc
|
||||||
|
|
||||||
include:
|
include:
|
||||||
@ -36,6 +37,11 @@ jobs:
|
|||||||
c_compiler: cc
|
c_compiler: cc
|
||||||
cxx_compiler: g++
|
cxx_compiler: g++
|
||||||
|
|
||||||
|
- toolchain: windows-2019-msvc
|
||||||
|
os: windows-2019
|
||||||
|
c_compiler: msvc
|
||||||
|
cxx_compiler: msvc
|
||||||
|
|
||||||
- toolchain: windows-latest-msvc
|
- toolchain: windows-latest-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
c_compiler: msvc
|
c_compiler: msvc
|
||||||
|
Loading…
Reference in New Issue
Block a user