From 42bd30e503e7daaf5de6f7789ae9932fbe42de2c Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sun, 9 Feb 2020 16:18:14 +0000 Subject: [PATCH] Update mac Image to 10.14 in CI as 10.13 is going to be deprecated in March https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/ --- .vsts-ci/azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci/azure-pipelines-ci.yml b/.vsts-ci/azure-pipelines-ci.yml index 7fba9ada74..af8ad3bea5 100644 --- a/.vsts-ci/azure-pipelines-ci.yml +++ b/.vsts-ci/azure-pipelines-ci.yml @@ -41,7 +41,7 @@ jobs: - job: macOS pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.14' steps: - template: templates/ci-general.yml