File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
platform : osx-64
20
20
- os : macos-14
21
21
platform : osx-arm64
22
- - os : windows-2019
22
+ - os : windows-2022
23
23
platform : win-64
24
24
- os : ubuntu-latest
25
25
platform : emscripten-wasm32
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ cross-python_emscripten-wasm32:
28
28
c_compiler :
29
29
- gcc # [linux]
30
30
- clang # [osx]
31
- - vs2019 # [win and x86_64]
32
- - vs2022 # [win and arm64]
31
+ - vs2022 # [win]
33
32
- emscripten # [emscripten]
34
33
c_compiler_version : # [unix]
35
34
- 13 # [linux]
@@ -45,8 +44,7 @@ c_stdlib_version: # [unix]
45
44
cxx_compiler :
46
45
- gxx # [linux]
47
46
- clangxx # [osx]
48
- - vs2019 # [win and x86_64]
49
- - vs2022 # [win and arm64]
47
+ - vs2022 # [win]
50
48
- emscripten # [emscripten]
51
49
cxx_compiler_version : # [unix]
52
50
- 13 # [linux]
You can’t perform that action at this time.
0 commit comments