Intel mac CI jobs#2527
Merged
Merged
Conversation
Replicate the pre-refactor mac.yml runner matrix (macOS 14/15/26, arm and Intel) through reusable-build.yml, restoring Intel coverage that was dropped: a macos-26-intel GUI build plus macOS-15-intel headless builds. Slim (no-Python) headless runners now run unit tests via run-unit-tests. GUI builds on macos-26 / macos-26-intel get distinct artifact names to avoid upload-artifact@v6 name collisions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jessdtate
approved these changes
Jun 25, 2026
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.
Summary
A GitHub Copilot-assisted CI refactor consolidated the macOS workflows but dropped Intel coverage in the process — specifically the
macos-26-intelGUI build andmacos-15-intelheadless builds that existed in the originalmac.ymlmatrix.This PR restores that full matrix by wiring the missing runner variants back into
reusable-build.yml:mac-gui-26-intel— GUI build on macOS 26 (Intel)mac-headless-15-intelandmac-headless-15-intel-slim— headless builds on macOS 15 (Intel), with and without Pythonmacos-26andmacos-26-intelGUI builds (upload-artifact@v6 requires unique names)run-unit-testsTest plan
mac-gui-26-intelbuild passesmac-headless-15-intelandmac-headless-15-intel-slimbuilds pass🤖 Generated with Claude Code