Skip to content

Commit

Permalink
Merge pull request #5467 from inikep/PS-9522-8.0
Browse files Browse the repository at this point in the history
PS-9522 [8.0]: Change deprecated macOS-12 to macOS-14 for Azure Pipelines
  • Loading branch information
inikep authored Oct 30, 2024
2 parents bc0ff4b + 8293f20 commit 53ecb70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:

strategy:
matrix:
macOS 12 RelWithDebInfo:
imageName: 'macOS-12'
macOS 14 RelWithDebInfo:
imageName: 'macOS-14'
Compiler: clang
BuildType: RelWithDebInfo

# skip for a pull request if branch name doesn't contain "fullci"
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}:
macOS 12 Debug:
imageName: 'macOS-12'
macOS 14 Debug:
imageName: 'macOS-14'
Compiler: clang
BuildType: Debug

Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
-DMYSQL_MAINTAINER_MODE=OFF
-DWITH_PROTOBUF=system
-DWITH_SYSTEM_LIBS=ON
-DWITH_ICU=/usr/local/opt/icu4c
-DWITH_ICU=bundled
-DWITH_SSL=/usr/local/opt/[email protected]
-DWITH_FIDO=bundled
-DWITH_ZLIB=bundled
Expand Down

0 comments on commit 53ecb70

Please sign in to comment.