Skip to content

Commit f46e045

Browse files
committed
Upgrade iOS wheels from macos-13 to macos-14
1 parent 67bd750 commit f46e045

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ LIBXCB_VERSION=1.17.0
109109
BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
110110
LIBAVIF_VERSION=1.3.0
111111

112+
function macos_intel_cross_build_setup {
113+
# Prevent multibuild from disabling cross compiling on arm64
114+
:
115+
}
116+
112117
function build_pkg_config {
113118
if [ -e pkg-config-stamp ]; then return; fi
114119
# This essentially duplicates the Homebrew recipe.

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
cibw_arch: arm64_iphonesimulator
104104
- name: "iOS x86_64 simulator"
105105
platform: ios
106-
os: macos-13
106+
os: macos-14
107107
cibw_arch: x86_64_iphonesimulator
108108
steps:
109109
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)