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