File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- os : [ubuntu-latest, ubuntu-24.04-arm, windows-latest , macos-latest]
14
+ os : [ubuntu-latest, ubuntu-24.04-arm, windows-2022 , macos-latest]
15
15
cuda : [cpu, cu118, cu124]
16
16
exclude :
17
17
- os : ubuntu-24.04-arm
@@ -46,12 +46,10 @@ jobs:
46
46
47
47
- name : Activate MSVC
48
48
uses : ilammy/msvc-dev-cmd@v1
49
- if : matrix.os == 'windows-latest'
50
- with :
51
- toolset : " 17.0"
49
+ if : matrix.os == 'windows-2022'
52
50
53
51
- name : Build wheels
54
- if : matrix.os != 'windows-latest '
52
+ if : matrix.os != 'windows-2022 '
55
53
shell : bash -l {0}
56
54
run : |
57
55
if [[ "${{ runner.os }}" == "Linux" ]]; then
65
63
WITH_CUDA : ${{ matrix.cuda != 'cpu' && '1' || '0' }}
66
64
67
65
- name : Build wheels
68
- if : matrix.os == 'windows-latest '
66
+ if : matrix.os == 'windows-2022 '
69
67
shell : cmd # Use cmd on Windows to avoid bash environment taking priority over MSVC variables
70
68
run : python -m cibuildwheel --output-dir wheelhouse
71
69
env :
You can’t perform that action at this time.
0 commit comments