From 310ded63ce28edd19fa483b976bfc113c4836d5b Mon Sep 17 00:00:00 2001 From: Pg Date: Mon, 7 Mar 2022 18:51:29 +0100 Subject: [PATCH] For #1582: Fix Azure pipeline deprecating macos 10.14 Microsoft-hosted pipelines do not support macOS-10.14 image anymore. https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/#macos --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e34a3bc5..70d881bd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,10 +91,6 @@ jobs: imageName: "macOS-10.15" B_BUILD_TYPE: Release BARRIER_VERSION_STAGE: Release - mojave-Release: - imageName: "macOS-10.14" - B_BUILD_TYPE: Release - BARRIER_VERSION_STAGE: Release pool: vmImage: $(imageName) variables: