File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,11 @@ LIBXCB_VERSION=1.17.0
109
109
BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
110
110
LIBAVIF_VERSION=1.3.0
111
111
112
+ function macos_intel_cross_build_setup {
113
+ # Prevent multibuild from disabling cross compiling on arm64
114
+ :
115
+ }
116
+
112
117
function build_pkg_config {
113
118
if [ -e pkg-config-stamp ]; then return ; fi
114
119
# This essentially duplicates the Homebrew recipe.
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
cibw_arch : arm64_iphonesimulator
104
104
- name : " iOS x86_64 simulator"
105
105
platform : ios
106
- os : macos-13
106
+ os : macos-14
107
107
cibw_arch : x86_64_iphonesimulator
108
108
steps :
109
109
- uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments