Skip to content

Commit

Permalink
azure-pipelines:export MACOSX_DEPLOYMENT_TARGET for min SDK version c…
Browse files Browse the repository at this point in the history
…ompat.

Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan authored and bindea-cristian committed Mar 27, 2024
1 parent 39b82de commit 2359ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ stages:
export JOB_ID=$(System.JobId)
export JOB_NAME=$(System.JobName)
export RUNNER_ARCH=$(Agent.OSArchitecture)
export MACOSX_DEPLOYMENT_TARGET=11.0
./ci/macOS/build_azure_macos.sh
displayName: 'Build Scopy'
workingDirectory: $(Build.Repository.LocalPath)
Expand Down

0 comments on commit 2359ffa

Please sign in to comment.