From be72b1ef98bc581bf8719a85d9306796b8a06613 Mon Sep 17 00:00:00 2001 From: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Thu, 12 Mar 2020 21:50:54 +0100 Subject: [PATCH] macOS Azure CI test updated Reason: https://aka.ms/blocked-hosted-agent --- .azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure.yml b/.azure.yml index 719a75ef..a2365a3e 100644 --- a/.azure.yml +++ b/.azure.yml @@ -93,7 +93,7 @@ jobs: - job: macOS timeoutInMinutes: 120 pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.14' steps: - checkout: self # represents the repo where the initial Pipelines YAML file was found