From c9a0d6ca3112b24208b53aba49cc72ca7bd9a8b4 Mon Sep 17 00:00:00 2001 From: dancergraham Date: Mon, 12 Aug 2024 21:39:56 +0200 Subject: [PATCH] build: support both Apple Silicon and macOS x86 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) 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: