From 8247bc0e4ed61822835ce122d87bf8d85c269bc3 Mon Sep 17 00:00:00 2001 From: Mazen El-Kashef Date: Fri, 28 Feb 2020 15:07:32 -0500 Subject: [PATCH] Bump images to version 10.14 --- script/vsts/platforms/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/vsts/platforms/macos.yml b/script/vsts/platforms/macos.yml index a8674eaf9..d5df21b8b 100644 --- a/script/vsts/platforms/macos.yml +++ b/script/vsts/platforms/macos.yml @@ -9,7 +9,7 @@ jobs: IsReleaseBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ] IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ] pool: - vmImage: macos-10.13 + vmImage: macos-10.14 steps: - task: NodeTool@0 @@ -95,7 +95,7 @@ jobs: dependsOn: macOS_build timeoutInMinutes: 180 pool: - vmImage: macos-10.13 + vmImage: macos-10.14 strategy: maxParallel: 3 matrix: