From 3de5be94b043d2d8cafdb2fedbae1bb363ec5f2e Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Sat, 14 Sep 2024 12:58:20 +0100 Subject: [PATCH] =?UTF-8?q?=C2=BAci=C2=B4Uitests=20on=20=20Pipelines=20(#2?= =?UTF-8?q?4765)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eng/pipelines/ui-tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eng/pipelines/ui-tests.yml b/eng/pipelines/ui-tests.yml index cb13ae7aa63c..d6ea2bd6b565 100644 --- a/eng/pipelines/ui-tests.yml +++ b/eng/pipelines/ui-tests.yml @@ -88,11 +88,8 @@ parameters: - name: macosPool type: object default: - name: $(iosTestsVmPool) - vmImage: $(iosTestsVmImage) - demands: - - macOS.Name -equals Sonoma - - macOS.Architecture -equals x64 + name: Azure Pipelines + vmImage: macOS-14 - name: androidCompatibilityPool type: object