-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update internal macOS image in xplat-setup.yml #107871
Conversation
The old label was replaced with macos-latest-internal.
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this runs in the regular CI? No need to run a separate azp run to test this?
It runs in official builds only but this is a no-op since they have been silently redirecting the old label to the new one since last week: https://dev.azure.com/mseng/AzureDevOps/_wiki/wikis/AzureDevOps.wiki/40632/macos-13-arm64-migration-to-macos-latest-internal This is just to prevent issues once they remove the old label and redirection. |
@@ -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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These have limited disk. Are we OK with this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They actually have enough space and we've been silently running on this pool for the last week. It was just the testing pool that had limited space.
The old label was replaced with macos-latest-internal.
The old label was replaced with macos-latest-internal.
The old label was replaced with macos-latest-internal.