File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ jobs:
299299 vmImage : ' macOS-15'
300300 variables :
301301 CC : /Applications/Xcode_16.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
302- CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2 .sdk -arch arm64 -miphoneos-version-min=10.0
302+ CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.5 .sdk -arch arm64 -miphoneos-version-min=10.0
303303 steps :
304304 - script : |
305305 ls /Applications/Xcode_16.4.app/Contents/Developer/Platforms/
@@ -311,7 +311,7 @@ jobs:
311311 vmImage : ' macOS-15'
312312 variables :
313313 CC : /Applications/Xcode_16.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
314- CFLAGS : -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2 .sdk -arch armv7 -miphoneos-version-min=5.1
314+ CFLAGS : -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.5 .sdk -arch armv7 -miphoneos-version-min=5.1
315315 steps :
316316 - script : |
317317 make TARGET=ARMV7 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
@@ -321,7 +321,7 @@ jobs:
321321 vmImage : ' macOS-15'
322322 variables :
323323 CC : /Applications/Xcode_16.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
324- CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2 .sdk -arch arm64
324+ CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5 .sdk -arch arm64
325325 steps :
326326 - script : |
327327 ls /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
You can’t perform that action at this time.
0 commit comments