Remove Debug build agents for Mac CI jobs
This addresses @p12tic's feedback regarding CI CPU time. Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
parent
20f0583c18
commit
fabeb618a9
|
@ -83,18 +83,6 @@ jobs:
|
||||||
displayName: macOS builds
|
displayName: macOS builds
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
big-sur-Debug:
|
|
||||||
imageName: "macOS-11"
|
|
||||||
B_BUILD_TYPE: Debug
|
|
||||||
BARRIER_VERSION_STAGE: Debug
|
|
||||||
catalina-Debug:
|
|
||||||
imageName: "macOS-10.15"
|
|
||||||
B_BUILD_TYPE: Debug
|
|
||||||
BARRIER_VERSION_STAGE: Debug
|
|
||||||
mojave-Debug:
|
|
||||||
imageName: "macOS-10.14"
|
|
||||||
B_BUILD_TYPE: Debug
|
|
||||||
BARRIER_VERSION_STAGE: Debug
|
|
||||||
big-sur-Release:
|
big-sur-Release:
|
||||||
imageName: "macOS-11"
|
imageName: "macOS-11"
|
||||||
B_BUILD_TYPE: Release
|
B_BUILD_TYPE: Release
|
||||||
|
|
Loading…
Reference in New Issue