Skip to content

Commit fee353e

Browse files
authored
Merge pull request #5072 from martin-frbg/azureosx13
Azure CI: update deprecated macos-12 jobs to macos-13 image
2 parents 4e817f8 + 0c0112d commit fee353e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- job: OSX_OpenMP
143143
pool:
144-
vmImage: 'macOS-12'
144+
vmImage: 'macOS-13'
145145
steps:
146146
- script: |
147147
brew update
@@ -151,7 +151,7 @@ jobs:
151151
152152
- job: OSX_GCC_Nothreads
153153
pool:
154-
vmImage: 'macOS-12'
154+
vmImage: 'macOS-13'
155155
steps:
156156
- script: |
157157
brew update
@@ -195,7 +195,7 @@ jobs:
195195
196196
- job: OSX_dynarch_cmake
197197
pool:
198-
vmImage: 'macOS-12'
198+
vmImage: 'macOS-13'
199199
variables:
200200
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
201201
LIBRARY_PATH: /usr/local/opt/llvm/lib
@@ -242,7 +242,7 @@ jobs:
242242
243243
- job: OSX_NDK_ARMV7
244244
pool:
245-
vmImage: 'macOS-12'
245+
vmImage: 'macOS-13'
246246
steps:
247247
- script: |
248248
brew update
@@ -252,7 +252,7 @@ jobs:
252252
253253
- job: OSX_IOS_ARMV8
254254
pool:
255-
vmImage: 'macOS-12'
255+
vmImage: 'macOS-13'
256256
variables:
257257
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
258258
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
@@ -262,7 +262,7 @@ jobs:
262262
263263
- job: OSX_IOS_ARMV7
264264
pool:
265-
vmImage: 'macOS-12'
265+
vmImage: 'macOS-13'
266266
variables:
267267
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
268268
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
@@ -272,7 +272,7 @@ jobs:
272272
273273
- job: OSX_xbuild_DYNAMIC_ARM64
274274
pool:
275-
vmImage: 'macOS-12'
275+
vmImage: 'macOS-13'
276276
variables:
277277
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
278278
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -arch arm64

0 commit comments

Comments
 (0)