From df7f642a02fe72788211472712951923f93b205b Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Sat, 29 Feb 2020 11:21:30 +0000 Subject: [PATCH] Codechange: [AzurePipelines] Update MacOS image to 10.14 --- azure-pipelines-ci.yml | 2 +- azure-pipelines/templates/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index c58a856d93..719ac84b56 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -58,7 +58,7 @@ jobs: - job: macos displayName: 'MacOS' pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.14' variables: MACOSX_DEPLOYMENT_TARGET: 10.9 diff --git a/azure-pipelines/templates/release.yml b/azure-pipelines/templates/release.yml index 00e5b1040a..b0852c1c20 100644 --- a/azure-pipelines/templates/release.yml +++ b/azure-pipelines/templates/release.yml @@ -141,7 +141,7 @@ jobs: - job: macos displayName: 'MacOS' pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.14' dependsOn: source variables: