From 461792f9de229970bd0a810c1c6cde6978607902 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 12 Oct 2020 21:53:13 -0700 Subject: [PATCH] ci: update to macos 10.15 image --- 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 5a6d34d6c..31a7f6347 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: BuildMacOS pool: - vmImage: 'macOS 10.14' + vmImage: 'macOS 10.15' timeoutInMinutes: 360