From 572107910c49bbbe69ce951c66be23e5b269dacc Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 26 Feb 2020 22:04:52 -0800 Subject: [PATCH] Move macOS_Test to 10.14 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d8c25ad3c9c..e204c58f470 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -229,7 +229,7 @@ jobs: - job: macOS_Test pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.14' timeoutInMinutes: 90 steps: -- GitLab