You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/wheel.yml
+7-1
Original file line number
Diff line number
Diff line change
@@ -209,17 +209,23 @@ jobs:
209
209
# will use its default cross-compilation settings for Windows on ARM64.
210
210
# For macOS, we build universal wheels that work on both Intel and ARM macs.
211
211
build-macos-windows:
212
-
if: false
213
212
name: Build wheels for ${{ matrix.os }}
214
213
needs: [build-sdist]
215
214
runs-on: ${{ matrix.os }}
216
215
strategy:
217
216
matrix:
218
217
os: [macos-latest, windows-latest]
218
+
fail-fast: false
219
219
steps:
220
220
- name: Checkout
221
221
uses: actions/checkout@v4
222
222
223
+
- run: tar czf include-Xcode_15.4.tar.gz -C /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr include
0 commit comments