Skip to content

Commit

Permalink
Merge pull request #5072 from martin-frbg/azureosx13
Browse files Browse the repository at this point in the history
Azure CI: update deprecated macos-12 jobs to macos-13 image
  • Loading branch information
martin-frbg authored Jan 13, 2025
2 parents 4e817f8 + 0c0112d commit fee353e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- job: OSX_OpenMP
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
steps:
- script: |
brew update
Expand All @@ -151,7 +151,7 @@ jobs:
- job: OSX_GCC_Nothreads
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
steps:
- script: |
brew update
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- job: OSX_dynarch_cmake
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
variables:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
LIBRARY_PATH: /usr/local/opt/llvm/lib
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- job: OSX_NDK_ARMV7
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
steps:
- script: |
brew update
Expand All @@ -252,7 +252,7 @@ jobs:
- job: OSX_IOS_ARMV8
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
variables:
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
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
Expand All @@ -262,7 +262,7 @@ jobs:
- job: OSX_IOS_ARMV7
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
variables:
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
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
Expand All @@ -272,7 +272,7 @@ jobs:
- job: OSX_xbuild_DYNAMIC_ARM64
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
variables:
CC: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
CFLAGS: -O2 -Wno-macro-redefined -isysroot /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -arch arm64
Expand Down

0 comments on commit fee353e

Please sign in to comment.