From b85109e8626f015f7a3c2db5b22f57157c0fe94d Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Mon, 4 Nov 2024 12:45:06 -0800 Subject: [PATCH] [0.76] Update macos-tests to macos-latest images to unblock CI (#14075) ## Description Updates our macOS testing in CI to the macos-latest VM image. ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why To unblock CI. ### What See above. ## Screenshots N/A ## Testing Verified tests pass. ## Changelog Should this change be included in the release notes: _no_ --- .ado/jobs/macos-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/jobs/macos-tests.yml b/.ado/jobs/macos-tests.yml index 5757acc9f60..e18ab775dbf 100644 --- a/.ado/jobs/macos-tests.yml +++ b/.ado/jobs/macos-tests.yml @@ -7,7 +7,7 @@ jobs: - template: ../variables/shared.yml - name: BUILDSECMON_OPT_IN value: true - pool: {vmImage: macOS-12} + pool: {vmImage: macos-latest} steps: - template: ../templates/checkout-shallow.yml