Fix indentation on macOS matrix
Turns out VS Code handled the YAML indentation.... badly.
This should fix it.
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
(cherry picked from commit 907bcdcfea
)
This commit is contained in:
parent
b633f34adc
commit
cc3be8162a
|
@ -83,18 +83,18 @@ jobs:
|
||||||
displayName: Mac Build
|
displayName: Mac Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
big-sur-Release:
|
big-sur-Release:
|
||||||
imageName: "macOS-11"
|
imageName: "macOS-11"
|
||||||
B_BUILD_TYPE: Release
|
B_BUILD_TYPE: Release
|
||||||
BARRIER_VERSION_STAGE: Release
|
BARRIER_VERSION_STAGE: Release
|
||||||
catalina-Release:
|
catalina-Release:
|
||||||
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:
|
mojave-Release:
|
||||||
imageName: "macOS-10.14"
|
imageName: "macOS-10.14"
|
||||||
B_BUILD_TYPE: Release
|
B_BUILD_TYPE: Release
|
||||||
BARRIER_VERSION_STAGE: Release
|
BARRIER_VERSION_STAGE: Release
|
||||||
variables:
|
variables:
|
||||||
VERBOSE: 1
|
VERBOSE: 1
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
Loading…
Reference in New Issue