Change: [AzurePipelines] Use a minimum OSX version of 10.9 during building.

OpenTTD sources are still written in a way to work down to OSX 10.4 or so, as long as you can obtain a C++11 capable compiler. 10.9 is the minimal useful C++11 target using only Apple stuff out-of-the-box.
This commit is contained in:
Michael Lutz 2019-02-24 21:34:37 +01:00
parent d24a9dfe98
commit fa2bea7394
2 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,9 @@ jobs:
pool:
vmImage: 'macOS-10.13'
variables:
MACOSX_DEPLOYMENT_TARGET: 10.9
steps:
- template: azure-pipelines/templates/ci-git-rebase.yml
- template: azure-pipelines/templates/osx-dependencies.yml

View File

@ -135,6 +135,9 @@ jobs:
vmImage: 'macOS-10.13'
dependsOn: source
variables:
MACOSX_DEPLOYMENT_TARGET: 10.9
steps:
- template: release-fetch-source.yml
- template: osx-dependencies.yml