mirror of https://github.com/mamba-org/mamba.git
ci: use VS2022 instead of VS2019 (#3986)
This commit is contained in:
parent
a8bf17b202
commit
7cdf568d80
|
@ -36,7 +36,7 @@ jobs:
|
|||
name: Windows
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-2019]
|
||||
os: [windows-2022]
|
||||
build_type: [release]
|
||||
fail-fast: true
|
||||
uses: ./.github/workflows/windows_impl.yml
|
||||
|
|
Loading…
Reference in New Issue