Skip to content

Commit 74f059a

Browse files
authored
Update OSX jobs to use the macos-12 image
1 parent bdb6069 commit 74f059a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- job: OSX_OpenMP
143143
pool:
144-
vmImage: 'macOS-11'
144+
vmImage: 'macOS-12'
145145
steps:
146146
- script: |
147147
brew update
@@ -151,7 +151,7 @@ jobs:
151151
152152
- job: OSX_GCC_Nothreads
153153
pool:
154-
vmImage: 'macOS-11'
154+
vmImage: 'macOS-12'
155155
steps:
156156
- script: |
157157
brew update
@@ -195,15 +195,15 @@ jobs:
195195
196196
- job: OSX_dynarch_cmake
197197
pool:
198-
vmImage: 'macOS-11'
198+
vmImage: 'macOS-12'
199199
variables:
200200
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
201201
LIBRARY_PATH: /usr/local/opt/llvm/lib
202202
steps:
203203
- script: |
204204
mkdir build
205205
cd build
206-
cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DDYNAMIC_LIST='NEHALEM HASWELL SKYLAKEX' -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_Fortran_COMPILER=gfortran-10 -DBUILD_SHARED_LIBS=ON ..
206+
cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DDYNAMIC_LIST='NEHALEM HASWELL SKYLAKEX' -DCMAKE_C_COMPILER=gcc-13 -DCMAKE_Fortran_COMPILER=gfortran-13 -DBUILD_SHARED_LIBS=ON ..
207207
cmake --build .
208208
ctest
209209
@@ -242,7 +242,7 @@ jobs:
242242
243243
- job: OSX_NDK_ARMV7
244244
pool:
245-
vmImage: 'macOS-11'
245+
vmImage: 'macOS-12'
246246
steps:
247247
- script: |
248248
brew update
@@ -252,35 +252,35 @@ jobs:
252252
253253
- job: OSX_IOS_ARMV8
254254
pool:
255-
vmImage: 'macOS-11'
255+
vmImage: 'macOS-12'
256256
variables:
257-
CC: /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
258-
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk -arch arm64 -miphoneos-version-min=10.0
257+
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
258+
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_14.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk -arch arm64 -miphoneos-version-min=10.0
259259
steps:
260260
- script: |
261261
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
262262
263263
- job: OSX_IOS_ARMV7
264264
pool:
265-
vmImage: 'macOS-11'
265+
vmImage: 'macOS-12'
266266
variables:
267-
CC: /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
268-
CFLAGS: -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk -arch armv7 -miphoneos-version-min=5.1
267+
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
268+
CFLAGS: -O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode_14.2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk -arch armv7 -miphoneos-version-min=5.1
269269
steps:
270270
- script: |
271271
make TARGET=ARMV7 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
272272
273273
- job: OSX_xbuild_DYNAMIC_ARM64
274274
pool:
275-
vmImage: 'macOS-11'
275+
vmImage: 'macOS-12'
276276
variables:
277-
CC: /Applications/Xcode_12.5.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
278-
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -arch arm64
277+
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
278+
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -arch arm64
279279
steps:
280280
- script: |
281-
ls /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
282-
/Applications/Xcode_12.5.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 --print-supported-cpus
283-
/Applications/Xcode_11.7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
281+
ls /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
282+
/Applications/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 --print-supported-cpus
283+
/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
284284
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
285285
286286
- job: ALPINE_MUSL

0 commit comments

Comments
 (0)