From 726972f70884ae0173131eb21b9e6d6ebef45103 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Fri, 29 Dec 2023 01:36:28 +0100 Subject: [PATCH] use macOS 13 on azure --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d13df78d82..2460c36758 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ jobs: - job: macOS pool: - vmImage: 'macOS-11' + vmImage: 'macOS-13' timeoutInMinutes: 90 steps: - checkout: self