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