From 92926c4331f66934498c0b7fdd41b6f83f2b109a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 12 Oct 2020 21:58:46 -0700 Subject: [PATCH] ci: no space in vmImage I guess --- ci/azure/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index 31a7f6347..42dd0eb67 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: BuildMacOS pool: - vmImage: 'macOS 10.15' + vmImage: 'macOS-10.15' timeoutInMinutes: 360