From 933df2450d9b415eeed656525d4d69c347fa1c7e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 16 Oct 2025 07:21:15 +1100 Subject: [PATCH 1/2] Reapply "Use macos-latest for iOS arm64 simulator" This reverts commit 592b2f820aa1f75f8ae8bf4f30e1b4bc62023535. --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6dc8db7e9..21ea79553 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -100,7 +100,7 @@ jobs: cibw_arch: arm64_iphoneos - name: "iOS arm64 simulator" platform: ios - os: macos-14 + os: macos-latest cibw_arch: arm64_iphonesimulator - name: "iOS x86_64 simulator" platform: ios From bc1237ef3d22f7407fbeb3de19c1c867ed5dfd0a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 14 Nov 2025 21:22:58 +1100 Subject: [PATCH 2/2] Update dependency cibuildwheel to v3.3.0 --- .ci/requirements-cibw.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/requirements-cibw.txt b/.ci/requirements-cibw.txt index 56517374f..485866de6 100644 --- a/.ci/requirements-cibw.txt +++ b/.ci/requirements-cibw.txt @@ -1 +1 @@ -cibuildwheel==3.2.1 +cibuildwheel==3.3.0