summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2020-02-29 11:21:30 +0000
committerglx22 <glx22@users.noreply.github.com>2020-03-13 14:29:22 +0100
commitd44a2e409c29b53db3e6c05e50d6fcce57d024de (patch)
treef7ee70d90b054fab2634b4d5d2f36d8acdd3f155 /azure-pipelines/templates
parent71913607540088819b60f12b765504ab7dfe7a64 (diff)
downloadopenttd-d44a2e409c29b53db3e6c05e50d6fcce57d024de.tar.xz
Codechange: [AzurePipelines] Update MacOS image to 10.14
Diffstat (limited to 'azure-pipelines/templates')
-rw-r--r--azure-pipelines/templates/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/templates/release.yml b/azure-pipelines/templates/release.yml
index 00e5b1040..b0852c1c2 100644
--- a/azure-pipelines/templates/release.yml
+++ b/azure-pipelines/templates/release.yml
@@ -141,7 +141,7 @@ jobs:
- job: macos
displayName: 'MacOS'
pool:
- vmImage: 'macOS-10.13'
+ vmImage: 'macOS-10.14'
dependsOn: source
variables: