From 3ae78fea8923e0a3cb0e4c4d7de05e8c894f544f Mon Sep 17 00:00:00 2001 From: Patrick Boyd Date: Fri, 9 Aug 2024 10:31:15 -0700 Subject: [PATCH] use latest MacOS image available for Android PR (#3704) --- .ado/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/azure-pipelines.yml b/.ado/azure-pipelines.yml index 2b7c8a6f1..2619081a2 100644 --- a/.ado/azure-pipelines.yml +++ b/.ado/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: - job: AndroidPR displayName: Android PR pool: - vmImage: 'macos-11' + vmImage: 'macos-latest' variables: platform: 'android' timeoutInMinutes: 60 # how long to run the job before automatically cancelling