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"
|
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:
|
||||||
|
|
Loading…
Reference in New Issue