From e03a4d2344abc9ecb7af548a340d04652b227262 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Thu, 22 Sep 2022 00:23:58 -0500 Subject: [PATCH] Azure: Update to macOS 11 The macOS 10.15 environment is scheduled for removal by December and is subject to periodic scheduled brownouts until then. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f657197cb..786ed204e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ jobs: - job: macOS pool: - vmImage: 'macOS-10.15' + vmImage: 'macOS-11' timeoutInMinutes: 90 steps: - checkout: self