1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 15:39:09 +00:00

Codechange: [AzurePipelines] Update MacOS image to 10.14

This commit is contained in:
Charles Pigott
2020-02-29 11:21:30 +00:00
parent a0dc9ef847
commit df7f642a02
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ jobs:
- job: macos
displayName: 'MacOS'
pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-10.14'
variables:
MACOSX_DEPLOYMENT_TARGET: 10.9

View File

@@ -141,7 +141,7 @@ jobs:
- job: macos
displayName: 'MacOS'
pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-10.14'
dependsOn: source
variables: