Remove no-longer-possible Mojave build from azure
This commit is contained in:
parent
ed373612b7
commit
645a0c9d56
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue