Skip to content

Commit 9b07eec

Browse files
committed
--target universal2-apple-darwin
1 parent e8c0879 commit 9b07eec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
run: |
5858
python3 -m pip install maturin
5959
rustup target add aarch64-apple-darwin
60-
maturin build -F python --release --strip
61-
maturin build -F python --release --strip --universal2
60+
maturin build -F python --release --strip --target universal2-apple-darwin
6261
- uses: actions/upload-artifact@v3
6362
with:
6463
name: osx-${{ matrix.python-version }}-wheel

0 commit comments

Comments
 (0)