Skip to content

Commit d2acf4c

Browse files
committed
Update Windows conda build config to require VS 2022
1 parent 8f05e79 commit d2acf4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ c_stdlib_version: # [linux]
1313
c_stdlib: # [win]
1414
- vs # [win]
1515
cxx_compiler: # [win]
16-
- vs2019 # [win]
16+
- vs2022 # [win]
1717
c_compiler: # [win]
18-
- vs2019 # [win]
18+
- vs2022 # [win]

0 commit comments

Comments
 (0)