From fb2d7bc4da64efb1b5dee48a74d3fb0992202885 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 27 May 2020 09:19:20 +0200 Subject: [PATCH] Build on latest Xcode to avoid sining issues Otherwise, the Pro IDE signing fails with: `The binary uses an SDK older than the 10.9 SDK.` Signed-off-by: Akos Kitta --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f32854..190ee6b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ jobs: imageName: 'ubuntu-16.04' ExecutableSuffix: '' mac: - imageName: 'macos-10.14' + imageName: 'macOS-latest' ExecutableSuffix: '' windows: imageName: 'vs2017-win2016'