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
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 0 additions and 12 deletions

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