From be64c19a24541503397e4b6558d3b28d940891ba Mon Sep 17 00:00:00 2001 From: bradh352 Date: Wed, 18 Jan 2023 08:35:08 -0500 Subject: [PATCH] cirrus-ci: iOS build needs to use ARM MacOS image CirrusCI removed Intel-based MacOS images. Need to switch iOS builds to use new ARM images as well. Fix By: Brad House (@bradh352) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 40c560f0..260803fd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -55,7 +55,7 @@ task: CFLAGS: "-arch armv7 -arch armv7s -arch arm64 -miphoneos-version-min=10.0" CONFIG_OPTS: "--host=arm-apple-darwin10 --disable-tests" macos_instance: - image: big-sur-xcode + image: ghcr.io/cirruslabs/macos-ventura-xcode:latest matrix: - name: "CMAKE" env: