@@ -280,8 +280,8 @@ jobs:
280280 pool :
281281 vmImage : ' macOS-14'
282282 variables :
283- CC : /Applications/Xcode_14 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
284- CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_14 .2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk -arch arm64 -miphoneos-version-min=10.0
283+ CC : /Applications/Xcode_16 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
284+ CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16 .2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk -arch arm64 -miphoneos-version-min=10.0
285285 steps :
286286 - script : |
287287 make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
@@ -290,8 +290,8 @@ jobs:
290290 pool :
291291 vmImage : ' macOS-14'
292292 variables :
293- CC : /Applications/Xcode_14 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
294- CFLAGS : -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_14 .2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk -arch armv7 -miphoneos-version-min=5.1
293+ CC : /Applications/Xcode_16 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
294+ CFLAGS : -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_16 .2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk -arch armv7 -miphoneos-version-min=5.1
295295 steps :
296296 - script : |
297297 make TARGET=ARMV7 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
@@ -300,13 +300,13 @@ jobs:
300300 pool :
301301 vmImage : ' macOS-14'
302302 variables :
303- CC : /Applications/Xcode_14 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
304- CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_14 .2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13 .1.sdk -arch arm64
303+ CC : /Applications/Xcode_16 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
304+ CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16 .2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14 .1.sdk -arch arm64
305305 steps :
306306 - script : |
307- ls /Applications/Xcode_14 .2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
307+ ls /Applications/Xcode_16 .2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
308308 /Applications/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 --print-supported-cpus
309- /Applications/Xcode_14 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
309+ /Applications/Xcode_16 .2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
310310 make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
311311
312312 - job : ALPINE_MUSL
0 commit comments