@@ -165,7 +165,7 @@ jobs:
165165
166166 - job : OSX_OpenMP
167167 pool :
168- vmImage : ' macOS-14 '
168+ vmImage : ' macOS-15 '
169169 steps :
170170 - script : |
171171 brew update
@@ -175,7 +175,7 @@ jobs:
175175
176176 - job : OSX_GCC_Nothreads
177177 pool :
178- vmImage : ' macOS-14 '
178+ vmImage : ' macOS-15 '
179179 steps :
180180 - script : |
181181 brew update
@@ -190,6 +190,7 @@ jobs:
190190 make CC=gcc-15 FC=gfortran-15
191191
192192 - job : OSX_LLVM_flangnew
193+ timeoutInMinutes : 100
193194 pool :
194195 vmImage : ' macOS-latest'
195196 variables :
@@ -203,6 +204,7 @@ jobs:
203204 make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/flang/bin/flang NO_SHARED=1
204205
205206 - job : OSX_OpenMP_Clang
207+ timeoutInMinutes : 100
206208 pool :
207209 vmImage : ' macOS-latest'
208210 variables :
@@ -216,6 +218,7 @@ jobs:
216218 make TARGET=CORE2 USE_OPENMP=1 DYNAMIC_ARCH=1 DYNAMIC_LIST='NEHALEM HASWELL SKYLAKEX' CC=/usr/local/opt/llvm/bin/clang NOFORTRAN=1
217219
218220 - job : OSX_OpenMP_Clang_cmake
221+ timeoutInMinutes : 100
219222 pool :
220223 vmImage : ' macOS-latest'
221224 variables :
@@ -233,8 +236,9 @@ jobs:
233236 ctest
234237
235238 - job : OSX_dynarch_cmake
239+ timeoutInMinutes : 100
236240 pool :
237- vmImage : ' macOS-14 '
241+ vmImage : ' macOS-15 '
238242 variables :
239243 LD_LIBRARY_PATH : /usr/local/opt/llvm/lib
240244 LIBRARY_PATH : /usr/local/opt/llvm/lib
@@ -283,7 +287,7 @@ jobs:
283287
284288- job : OSX_NDK_ARMV7
285289 pool :
286- vmImage : ' macOS-14 '
290+ vmImage : ' macOS-15 '
287291 steps :
288292 - script : |
289293 brew update
@@ -293,19 +297,19 @@ jobs:
293297
294298 - job : OSX_IOS_ARMV8
295299 pool :
296- vmImage : ' macOS-14 '
300+ vmImage : ' macOS-15 '
297301 variables :
298- CC : /Applications/Xcode_16.2 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
299- 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
302+ CC : /Applications/Xcode_16.4 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
303+ 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
300304 steps :
301305 - script : |
302- ls /Applications/Xcode_16.2 .app/Contents/Developer/Platforms/
303- ls /Applications/Xcode_16.2 .app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
306+ ls /Applications/Xcode_16.4 .app/Contents/Developer/Platforms/
307+ ls /Applications/Xcode_16.4 .app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
304308 make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
305309
306310 - job : OSX_IOS_ARMV7
307311 pool :
308- vmImage : ' macOS-14 '
312+ vmImage : ' macOS-15 '
309313 variables :
310314 CC : /Applications/Xcode_16.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
311315 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
@@ -315,15 +319,15 @@ jobs:
315319
316320 - job : OSX_xbuild_DYNAMIC_ARM64
317321 pool :
318- vmImage : ' macOS-14 '
322+ vmImage : ' macOS-15 '
319323 variables :
320- CC : /Applications/Xcode_16.2 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
321- CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.2 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2 .sdk -arch arm64
324+ CC : /Applications/Xcode_16.4 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
325+ CFLAGS : -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.4 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5 .sdk -arch arm64
322326 steps :
323327 - script : |
324- ls /Applications/Xcode_16.2 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
325- /Applications/Xcode_12.2 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 --print-supported-cpus
326- /Applications/Xcode_16.2 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
328+ ls /Applications/Xcode_16.4 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
329+ /Applications/Xcode_16.4 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 --print-supported-cpus
330+ /Applications/Xcode_16.4 .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
327331 make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
328332
329333 - job : ALPINE_MUSL
0 commit comments