diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52aca36..5599b9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,6 +158,7 @@ jobs: CIBW_BEFORE_ALL_MACOS: "bash scripts/install_xerces_c.sh" CIBW_BUILD: "cp*-macosx*" CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8, <3.13" + CIBW_ARCHS_MACOS: "universal2" - uses: actions/upload-artifact@v4 with: