Skip to content

Commit 66a41d0

Browse files
committed
older windows
1 parent 9e0fd17 commit 66a41d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
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]
1515
cuda: [cpu, cu118, cu124]
1616
exclude:
1717
- os: ubuntu-24.04-arm
@@ -46,10 +46,10 @@ jobs:
4646

4747
- name: Activate MSVC
4848
uses: ilammy/msvc-dev-cmd@v1
49-
if: matrix.os == 'windows-2022'
49+
if: matrix.os == 'windows-2019'
5050

5151
- name: Build wheels
52-
if: matrix.os != 'windows-2022'
52+
if: matrix.os != 'windows-2019'
5353
shell: bash -l {0}
5454
run: |
5555
if [[ "${{ runner.os }}" == "Linux" ]]; then
@@ -63,7 +63,7 @@ jobs:
6363
WITH_CUDA: ${{ matrix.cuda != 'cpu' && '1' || '0' }}
6464

6565
- name: Build wheels
66-
if: matrix.os == 'windows-2022'
66+
if: matrix.os == 'windows-2019'
6767
shell: cmd # Use cmd on Windows to avoid bash environment taking priority over MSVC variables
6868
run: python -m cibuildwheel --output-dir wheelhouse
6969
env:

0 commit comments

Comments
 (0)