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:
Dom Rodriguez
2021-11-06 17:34:56 +00:00
parent 20f0583c18
commit fabeb618a9

View File

@@ -83,18 +83,6 @@ jobs:
displayName: macOS builds
strategy:
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:
imageName: "macOS-11"
B_BUILD_TYPE: Release