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
This commit is contained in:
Pg 2022-03-07 18:51:29 +01:00
parent 653e4badeb
commit 310ded63ce
No known key found for this signature in database
GPG Key ID: 149C12D1C59C5D91
1 changed files with 0 additions and 4 deletions

View File

@ -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: