Skip to content

Conversation

@hoyosjs
Copy link
Member

@hoyosjs hoyosjs commented Nov 5, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 5, 2025 20:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the macOS VM images used in Azure Pipelines from a specific version (macos-13) to the latest available version (macos-latest). This ensures the build pipelines use the most current macOS environment.

Key Changes

  • Updated both public and internal macOS build pool configurations to use macos-latest instead of macos-13

# 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'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this work for Intel? actions/runner-images#13046 mentions

Workflows that depend on x86_64 (Intel CPU) can be migrated to use the macos-15-intel label, which is currently planned as the last supported image based on Intel CPU.

I wasn't sure if they'd handle that for us by using macos-latest

# 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'
Copy link
Member

Choose a reason for hiding this comment

The 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

@akoeplinger
Copy link
Member

Superseded by #122422

@akoeplinger akoeplinger deleted the hoyosjs-patch-2 branch December 12, 2025 16:55
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants