From 63ecd17b41a826d8fbc77b238e8490df7bc92af4 Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Mon, 20 Sep 2021 17:15:39 +0000 Subject: [PATCH] Merged PR 18155: Update Public OSX Build Pool to target vmImage: macOS-latest Update Public OSX Build Pool to target vmImage: macOS-latest --- eng/xplat-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/xplat-job.yml b/eng/xplat-job.yml index 6beda4ea5591..13a30002b658 100644 --- a/eng/xplat-job.yml +++ b/eng/xplat-job.yml @@ -57,7 +57,7 @@ jobs: # Public OSX Build Pool ${{ if and(eq(parameters.osGroup, 'OSX'), ne(variables['System.TeamProject'], 'public')) }}: - name: Hosted Mac Internal + vmImage: macOS-latest # Official Build OSX Pool ${{ if and(eq(parameters.osGroup, 'OSX'), eq(variables['System.TeamProject'], 'public')) }}: