From 698ff18c70ff8bc5c58db6a905e3b0dc4fc714ef Mon Sep 17 00:00:00 2001 From: rorywalsh Date: Mon, 16 Mar 2020 10:55:39 +0000 Subject: [PATCH] updating to macOs 10.14 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5552b71..eaeccf6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,7 @@ jobs: - job: macOS pool: - vmImage: 'macos-10.13' + vmImage: 'macos-10.14' xcodeVersion: '9.4.1' steps: - bash: chmod 777 buildOSX.sh