From 8cc5e2b4e78f35a37f4d9d9462669b8356b37fd7 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sun, 9 Feb 2020 16:17:13 +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 020cf2a29..42552876c 100644 --- a/.vsts-ci/azure-pipelines-ci.yml +++ b/.vsts-ci/azure-pipelines-ci.yml @@ -52,7 +52,7 @@ jobs: - job: 'PS6_macOS' displayName: PowerShell 6 | macOS pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.14' steps: - template: templates/ci-general.yml