Install Intel target for macOS universal2 wheel

This commit is contained in:
glomatico
2026-07-09 23:52:46 -03:00
parent 7f3a840dbb
commit cba5f4759a
+4
View File
@@ -67,6 +67,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install macOS universal2 Rust target
if: matrix.name == 'macos-universal2'
run: rustup target add x86_64-apple-darwin
- name: Build wheel
run: |
python -m pip install maturin