Skip to content

Commit

Permalink
Update internal macOS image in xplat-setup.yml (#107871)
Browse files Browse the repository at this point in the history
The old label was replaced with macos-latest-internal.
  • Loading branch information
akoeplinger committed Sep 17, 2024
1 parent 81a4d96 commit 06f0b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/xplat-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
# Official build OSX pool
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}:
name: "Azure Pipelines"
vmImage: 'macos-13-arm64'
vmImage: 'macos-latest-internal'
os: macOS

# Official Build Windows Pool
Expand Down

0 comments on commit 06f0b37

Please sign in to comment.