Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET=10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Feb 23, 2024
1 parent f81e68e commit 9552d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ stages:
inputs: {pathtoPublish: 'nl-writer2/nlwpy/wheelhouse'}
- job: macos
pool: {vmImage: 'macos-latest'}
variables:
MACOSX_DEPLOYMENT_TARGET: 10.15
steps:
- task: UsePythonVersion@0
- bash: |
Expand Down

0 comments on commit 9552d65

Please sign in to comment.