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
109109BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
110110LIBAVIF_VERSION=1.3.0
111111
112+ function macos_intel_cross_build_setup {
113+ # Prevent multibuild from disabling cross compiling on arm64
114+ :
115+ }
116+
112117function build_pkg_config {
113118 if [ -e pkg-config-stamp ]; then return ; fi
114119 # This essentially duplicates the Homebrew recipe.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments