-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/9.0] Update macOS VM images to use 'latest' version #121391
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -170,12 +170,12 @@ jobs: | |
|
|
||
| # OSX Public Build Pool (we don't have on-prem OSX BuildPool). | ||
| ${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), eq(variables['System.TeamProject'], 'public')) }}: | ||
| vmImage: 'macos-13' | ||
| vmImage: 'macos-latest' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will this work for Intel? actions/runner-images#13046 mentions
I wasn't sure if they'd handle that for us by using
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't want these to change underneath us. Using the latest available (15) is good, but we shouldn't use the "latest" tag |
||
|
|
||
| # OSX Internal Pool | ||
| ${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}: | ||
| name: "Azure Pipelines" | ||
| vmImage: 'macOS-13' | ||
| vmImage: 'macOS-latest' | ||
hoyosjs marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| os: macOS | ||
|
|
||
| # Official Build Windows Pool | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.