Skip to content

Commit fe416ef

Browse files
committed
1
1 parent c5241eb commit fe416ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ jobs:
133133
uses: TheMrMilchmann/setup-msvc-dev@v3
134134
if: matrix.os == 'windows-2022'
135135
with:
136-
arch: 'x64'
137-
sdk: 10.0.10240.0
138-
toolset: 17.12
139-
uwp: true
136+
arch: x64
137+
# sdk: 10.0.10240.0
138+
toolset: 14
139+
# uwp: true
140140

141141
- name: Build wheels
142142
run: |

0 commit comments

Comments
 (0)