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: |