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