Switch shared mac pipeline image to macOS 15 ARM64#48100
Open
danieljurek with Copilot wants to merge 1 commit into
Open
Switch shared mac pipeline image to macOS 15 ARM64#48100danieljurek with Copilot wants to merge 1 commit into
danieljurek with Copilot wants to merge 1 commit into
Conversation
Co-authored-by: danieljurek <2158838+danieljurek@users.noreply.github.com>
Copilot
AI
changed the title
Use macOS 15 ARM64 for shared mac pipeline image
Switch shared mac pipeline image to macOS 15 ARM64
Jul 16, 2026
Copilot created this pull request from a session on behalf of
danieljurek
July 16, 2026 19:41
View session
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Member
|
/azp run python - storage |
Member
|
/azp run python - keyvault |
|
Azure Pipelines: No pipelines were found matching this branch/path. |
1 similar comment
|
Azure Pipelines: No pipelines were found matching this branch/path. |
Member
|
/azp run python - eventhub |
Member
|
/azp run python - servicebus |
|
Azure Pipelines: No pipelines were found matching this branch/path. |
1 similar comment
|
Azure Pipelines: No pipelines were found matching this branch/path. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the shared macOS CI image to target Apple Silicon.
Changes:
- Changes
MACVMIMAGEtomacos-15-arm64. - Removes a trailing blank line.
- The requested image is currently unavailable for Microsoft-hosted Azure Pipelines agents.
kashifkhan
approved these changes
Jul 17, 2026
Member
|
Holding merge until Monday when feedback cycles will be faster |
Member
|
/azp run python - servicebus - tests |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Member
|
/azp run python - eventhub - tests |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the shared mac runner image used by Python CI to
macos-15-arm64, moving the common mac build and smoke-test paths onto Apple Silicon. The change is intentionally scoped to the shared image variable so all existing consumers pick it up without duplicating image configuration.Runner image
MACVMIMAGEineng/pipelines/templates/variables/image.ymlfrommacos-latesttomacos-15-arm64.Affected pipeline paths
eng/pipelines/templates/jobs/ci.yml(Build_MacOS)eng/pipelines/templates/jobs/smoke.tests.yml(run_smoke_test_macos)Scope