Skip to content

Commit 51efcfc

Browse files
authored
Merge pull request #3753 from martin-frbg/azure-macos
Move all Apple jobs on Azure to macos-11 following deprecation
2 parents 739c3c4 + 992a922 commit 51efcfc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- job: OSX_OpenMP
143143
pool:
144-
vmImage: 'macOS-10.15'
144+
vmImage: 'macOS-11'
145145
steps:
146146
- script: |
147147
brew update
@@ -151,7 +151,7 @@ jobs:
151151
152152
- job: OSX_GCC_Nothreads
153153
pool:
154-
vmImage: 'macOS-10.15'
154+
vmImage: 'macOS-11'
155155
steps:
156156
- script: |
157157
brew update
@@ -167,7 +167,7 @@ jobs:
167167
168168
- job: OSX_OpenMP_Clang
169169
pool:
170-
vmImage: 'macOS-10.15'
170+
vmImage: 'macOS-11'
171171
variables:
172172
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
173173
LIBRARY_PATH: /usr/local/opt/llvm/lib
@@ -180,7 +180,7 @@ jobs:
180180
181181
- job: OSX_OpenMP_Clang_cmake
182182
pool:
183-
vmImage: 'macOS-10.15'
183+
vmImage: 'macOS-11'
184184
variables:
185185
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
186186
LIBRARY_PATH: /usr/local/opt/llvm/lib
@@ -196,7 +196,7 @@ jobs:
196196
197197
- job: OSX_dynarch_cmake
198198
pool:
199-
vmImage: 'macOS-10.15'
199+
vmImage: 'macOS-11'
200200
variables:
201201
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
202202
LIBRARY_PATH: /usr/local/opt/llvm/lib
@@ -210,7 +210,7 @@ jobs:
210210
211211
- job: OSX_Ifort_Clang
212212
pool:
213-
vmImage: 'macOS-10.15'
213+
vmImage: 'macOS-11'
214214
variables:
215215
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
216216
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/17643/m_HPCKit_p_2021.2.0.2903_offline.dmg
@@ -243,7 +243,7 @@ jobs:
243243
244244
- job: OSX_NDK_ARMV7
245245
pool:
246-
vmImage: 'macOS-10.15'
246+
vmImage: 'macOS-11'
247247
steps:
248248
- script: |
249249
brew update
@@ -263,7 +263,7 @@ jobs:
263263
264264
- job: OSX_IOS_ARMV7
265265
pool:
266-
vmImage: 'macOS-10.15'
266+
vmImage: 'macOS-11'
267267
variables:
268268
CC: /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
269269
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

0 commit comments

Comments
 (0)