From 6a2dadee8bd231de3d585e5f100c69deefda7ee1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 5 Feb 2022 22:45:01 +0100 Subject: [PATCH] Use MacOS 11, xcode 13.2.1 for SDK 15.2 xbuild --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c4f68212..9dfd0c86f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -224,10 +224,10 @@ jobs: - job: OSX_IOS_ARMV8 pool: - vmImage: 'macOS-10.15' + vmImage: 'macOS-11' variables: - CC: /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk -arch arm64 -miphoneos-version-min=10.0 + CC: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang + CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk -arch arm64 -miphoneos-version-min=10.0 steps: - script: | make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1