Remove no-longer-possible Mojave build from azure

This commit is contained in:
Dennis Gentry 2022-07-06 16:33:17 -07:00
parent ed373612b7
commit 645a0c9d56
1 changed files with 5 additions and 4 deletions

View File

@ -91,10 +91,11 @@ 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
# Azure has removed the macOS-10.14 image, so this will never work
# mojave-Release:
# imageName: "macOS-10.14"
# B_BUILD_TYPE: Release
# BARRIER_VERSION_STAGE: Release
pool:
vmImage: $(imageName)
variables: