From d5b443d0fb4917ec600e638bef18c3365d6e05cc Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 18 Aug 2025 16:47:47 +1000 Subject: [PATCH] Use macos-14 for iOS arm64 simulator --- .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 d217d9292..d5aacb162 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -99,7 +99,7 @@ jobs: cibw_arch: arm64_iphoneos - name: "iOS arm64 simulator" platform: ios - os: macos-latest + os: macos-14 cibw_arch: arm64_iphonesimulator - name: "iOS x86_64 simulator" platform: ios