From 1f7d7023bdac3d46964ca380bef1b2848685501e Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Fri, 12 Jul 2024 23:57:24 +0900 Subject: [PATCH] Move azure to macOS-12 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 93cbf76..dd4f1ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -132,7 +132,7 @@ jobs: - job: build_macos displayName: macOS pool: - vmImage: 'macos-11' + vmImage: 'macos-12' steps: - checkout: self submodules: true