Upgrade iOS wheels from macos-13 to macos-14

This commit is contained in:
Andrew Murray 2025-09-20 19:34:50 +10:00
parent bbba5dbd21
commit c4e0c3849f
2 changed files with 6 additions and 1 deletions

View File

@ -109,6 +109,11 @@ LIBXCB_VERSION=1.17.0
BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
LIBAVIF_VERSION=1.3.0
function macos_intel_cross_build_setup {
# Prevent multibuild from disabling cross compiling on arm64
:
}
function build_pkg_config {
if [ -e pkg-config-stamp ]; then return; fi
# This essentially duplicates the Homebrew recipe.

View File

@ -103,7 +103,7 @@ jobs:
cibw_arch: arm64_iphonesimulator
- name: "iOS x86_64 simulator"
platform: ios
os: macos-13
os: macos-14
cibw_arch: x86_64_iphonesimulator
steps:
- uses: actions/checkout@v5