From 08e0669dd99cc29f8d9f741e19e4da4b70668c46 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Fri, 12 Apr 2024 16:38:48 -0500 Subject: [PATCH] [CI] Update iOS PR image (#3565) Should help with the frequent timeouts... --- .ado/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ado/azure-pipelines.yml b/.ado/azure-pipelines.yml index 21ca4a5b9..71d1d5a07 100644 --- a/.ado/azure-pipelines.yml +++ b/.ado/azure-pipelines.yml @@ -112,10 +112,10 @@ jobs: - job: iOSPR displayName: iOS PR pool: - vmImage: $(VmImageApple) + vmImage: macos-13-arm64 variables: platform: 'ios' - timeoutInMinutes: 90 # how long to run the job before automatically cancelling + timeoutInMinutes: 60 # how long to run the job before automatically cancelling cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them steps: