Skip to content

Commit e98a981

Browse files
committed
use vs2017 for the windows build
1 parent 45a5232 commit e98a981

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
@@ -11,6 +11,6 @@ c_stdlib_version: # [linux]
1111
c_stdlib: # [win]
1212
- vs # [win]
1313
cxx_compiler: # [win]
14-
- vs2022 # [win]
14+
- vs2017 # [win]
1515
c_compiler: # [win]
16-
- vs2022 # [win]
16+
- vs2017 # [win]

0 commit comments

Comments
 (0)