build: add macOS ARM64 CI - #598
Draft
baszalmstra wants to merge 14 commits into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #598 +/- ##
==========================================
+ Coverage 86.05% 87.52% +1.47%
==========================================
Files 268 270 +2
Lines 30003 32030 +2027
==========================================
+ Hits 25818 28034 +2216
+ Misses 4185 3996 -189 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
baszalmstra
force-pushed
the
build/pixi-macos-arm64
branch
from
August 17, 2026 13:30
2aaca79 to
e8aab22
Compare
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.
Why
PR #597 adds an
osx-arm64Pixi environment, but the macOS CI and release jobs still only run on Intel. This leaves the Apple Silicon environment untested and does not produce a native ARM64 runtime artifact.This adds the
macos-15Apple Silicon runner alongsidemacos-15-intelfor the Rust, doctest, and C++ jobs. It also adds amacos-aarch64release artifact and makes the CMake package URL select that archive on Apple Silicon.This PR is stacked on #599, which is stacked on #597.
Testing
pixi lock --checkactionlint .github/workflows/*.ymlmacos-15