Skip to content

Commit 4dbbdca

Browse files
authored
Merge branch 'OpenMathLib:develop' into issue5562
2 parents 9384776 + 5d68b8f commit 4dbbdca

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- job: OSX_OpenMP
157157
pool:
158-
vmImage: 'macOS-13'
158+
vmImage: 'macOS-14'
159159
steps:
160160
- script: |
161161
brew update
@@ -165,7 +165,7 @@ jobs:
165165
166166
- job: OSX_GCC_Nothreads
167167
pool:
168-
vmImage: 'macOS-13'
168+
vmImage: 'macOS-14'
169169
steps:
170170
- script: |
171171
brew update
@@ -221,7 +221,7 @@ jobs:
221221
222222
- job: OSX_dynarch_cmake
223223
pool:
224-
vmImage: 'macOS-13'
224+
vmImage: 'macOS-14'
225225
variables:
226226
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
227227
LIBRARY_PATH: /usr/local/opt/llvm/lib
@@ -268,7 +268,7 @@ jobs:
268268
269269
- job: OSX_NDK_ARMV7
270270
pool:
271-
vmImage: 'macOS-13'
271+
vmImage: 'macOS-14'
272272
steps:
273273
- script: |
274274
brew update
@@ -278,35 +278,37 @@ jobs:
278278
279279
- job: OSX_IOS_ARMV8
280280
pool:
281-
vmImage: 'macOS-13'
281+
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/iPhoneOS18.2.sdk -arch arm64 -miphoneos-version-min=10.0
285285
steps:
286286
- script: |
287+
ls /Applications/Xcode_16.2.app/Contents/Developer/Platforms/
288+
ls /Applications/Xcode_16.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
287289
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
288290
289291
- job: OSX_IOS_ARMV7
290292
pool:
291-
vmImage: 'macOS-13'
293+
vmImage: 'macOS-14'
292294
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
295+
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/iPhoneOS18.2.sdk -arch armv7 -miphoneos-version-min=5.1
295297
steps:
296298
- script: |
297299
make TARGET=ARMV7 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
298300
299301
- job: OSX_xbuild_DYNAMIC_ARM64
300302
pool:
301-
vmImage: 'macOS-13'
303+
vmImage: 'macOS-14'
302304
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
305+
CC: /Applications/Xcode_16.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
306+
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_16.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -arch arm64
305307
steps:
306308
- script: |
307-
ls /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
309+
ls /Applications/Xcode_16.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
308310
/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
311+
/Applications/Xcode_16.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
310312
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
311313
312314
- job: ALPINE_MUSL

0 commit comments

Comments
 (0)