From 7bd64c48dddbe9665f03088eb2dcf6c8660fc51b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 23 Jun 2025 07:09:12 +1000 Subject: [PATCH] Do not specify default iPhone deployment target --- .github/workflows/wheels.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a0dc61a9d..64c52956e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -97,17 +97,14 @@ jobs: platform: ios os: macos-latest cibw_arch: arm64_iphoneos - iphoneos_deployment_target: "13.0" - name: "iOS arm64 simulator" platform: ios os: macos-latest cibw_arch: arm64_iphonesimulator - iphoneos_deployment_target: "13.0" - name: "iOS x86_64 simulator" platform: ios os: macos-13 cibw_arch: x86_64_iphonesimulator - iphoneos_deployment_target: "13.0" steps: - uses: actions/checkout@v4 with: @@ -135,7 +132,6 @@ jobs: CIBW_MANYLINUX_PYPY_X86_64_IMAGE: ${{ matrix.manylinux }} CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }} MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }} - IPHONEOS_DEPLOYMENT_TARGET: ${{ matrix.iphoneos_deployment_target }} - uses: actions/upload-artifact@v4 with: