File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281281 vmImage : ' macOS-14'
282282 variables :
283283 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/iPhoneOS17 .2.sdk -arch arm64 -miphoneos-version-min=10.0
284+ CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18 .2.sdk -arch arm64 -miphoneos-version-min=10.0
285285 steps :
286286 - script : |
287287 ls /Applications/Xcode_16.2.app/Contents/Developer/Platforms/
@@ -293,7 +293,7 @@ jobs:
293293 vmImage : ' macOS-14'
294294 variables :
295295 CC : /Applications/Xcode_16.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
296- CFLAGS : -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_16.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17 .2.sdk -arch armv7 -miphoneos-version-min=5.1
296+ CFLAGS : -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_16.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18 .2.sdk -arch armv7 -miphoneos-version-min=5.1
297297 steps :
298298 - script : |
299299 make TARGET=ARMV7 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
You can’t perform that action at this time.
0 commit comments