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
|
name: Windows
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019]
|
os: [windows-2022]
|
||||||
build_type: [release]
|
build_type: [release]
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
uses: ./.github/workflows/windows_impl.yml
|
uses: ./.github/workflows/windows_impl.yml
|
||||||
|
|
Loading…
Reference in New Issue