Fix macOS universal2 wheel target

This commit is contained in:
glomatico
2026-07-09 23:50:54 -03:00
parent 2637e9e871
commit 7f3a840dbb
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
args: ""
- name: macos-universal2
os: macos-latest
args: "--universal2"
args: "--target universal2-apple-darwin"
steps:
- uses: actions/checkout@v4