From a5035cb6752bd61d03eee847eafc5e17da604ecc Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 2 Jul 2023 00:05:41 +0200 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 699317df6..d7950ecbc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -47,7 +47,7 @@ task: - export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64" - export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64" - export VALID_ARCHS="i386 x86_64" - - xcrun --sdk macos --show-sdk-path + - xcrun --sdk macosx --show-sdk-path - xcodebuild -version - export CC=/Applications/Xcode-14.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode-14.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/macosx12.1.sdk -arch x86_64 -miphoneos-version-min=10.0"