From 3c84d8dfff6d3664b1e118bc9635a603d5f7714f Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 16 May 2024 22:29:32 +0530 Subject: [PATCH] Try building arm64 against 11.0 --- .github/workflows/publish_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 794496684f..e5d8a190c8 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -201,7 +201,7 @@ jobs: python -m pip install cibuildwheel python -m cibuildwheel --output-dir wheelhouse env: - MACOSX_DEPLOYMENT_TARGET: 11.1 # CasADi requires macOS 11.1 + MACOSX_DEPLOYMENT_TARGET: 11.0 # Sourced from # https://github.com/scipy/scipy/blob/f2d4775e7762fad984f8f0acd8227c725ff21630/tools/wheels/cibw_before_build_macos.sh#L23-L49 CIBW_BEFORE_ALL_MACOS: |