Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 63ecd17

Browse files
Merged PR 18155: Update Public OSX Build Pool to target vmImage: macOS-latest
Update Public OSX Build Pool to target vmImage: macOS-latest
1 parent 30eb7cd commit 63ecd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/xplat-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Public OSX Build Pool
5959
${{ if and(eq(parameters.osGroup, 'OSX'), ne(variables['System.TeamProject'], 'public')) }}:
60-
name: Hosted Mac Internal
60+
vmImage: macOS-latest
6161

6262
# Official Build OSX Pool
6363
${{ if and(eq(parameters.osGroup, 'OSX'), eq(variables['System.TeamProject'], 'public')) }}:

0 commit comments

Comments
 (0)