Skip to content

Commit e3a7e99

Browse files
Migrate to vs2022
1 parent b1ca812 commit e3a7e99

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
platform: osx-64
2020
- os: macos-14
2121
platform: osx-arm64
22-
- os: windows-2019
22+
- os: windows-2022
2323
platform: win-64
2424
- os: ubuntu-latest
2525
platform: emscripten-wasm32

conda_build_config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ cross-python_emscripten-wasm32:
2828
c_compiler:
2929
- gcc # [linux]
3030
- clang # [osx]
31-
- vs2019 # [win and x86_64]
32-
- vs2022 # [win and arm64]
31+
- vs2022 # [win]
3332
- emscripten # [emscripten]
3433
c_compiler_version: # [unix]
3534
- 13 # [linux]
@@ -45,8 +44,7 @@ c_stdlib_version: # [unix]
4544
cxx_compiler:
4645
- gxx # [linux]
4746
- clangxx # [osx]
48-
- vs2019 # [win and x86_64]
49-
- vs2022 # [win and arm64]
47+
- vs2022 # [win]
5048
- emscripten # [emscripten]
5149
cxx_compiler_version: # [unix]
5250
- 13 # [linux]

0 commit comments

Comments
 (0)