From 61ac3793e05931b41b6d8b06a412a556d02491a8 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 23 Oct 2021 19:04:10 +0100 Subject: [PATCH] Fix missing VM parameter, matrix doesn't select automatically Signed-off-by: Dom Rodriguez (cherry picked from commit a53380de4fcf62f9cd89a0e1398d0c6e0f44540f) --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 31f6269f..2b42fc1d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -95,6 +95,8 @@ jobs: imageName: "macOS-10.14" B_BUILD_TYPE: Release BARRIER_VERSION_STAGE: Release + pool: + vmImage: $(imageName) variables: VERBOSE: 1 TERM: xterm-256color