From 79e8e8b0be13ce3fd8b785795c2962f26388b53c Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 20 Feb 2025 13:21:57 +0100 Subject: [PATCH 1/2] Use MacOS ARM64 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7ab31f8fe6..1722472955 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -194,7 +194,7 @@ stages: timeoutInMinutes: 90 pool: name: Azure Pipelines - vmImage: macos-latest + vmImage: macos-14-arm64 os: macOS strategy: matrix: From 75639443edbd95d6e6cad46882ba55884101f685 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 20 Feb 2025 13:28:26 +0100 Subject: [PATCH 2/2] Try use image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1722472955..2e2d311c8d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -194,7 +194,7 @@ stages: timeoutInMinutes: 90 pool: name: Azure Pipelines - vmImage: macos-14-arm64 + image: macos-14-arm64 os: macOS strategy: matrix: