ci: add aarch64-apple-darwin (native Apple Silicon) build target#947
Open
joeblew999 wants to merge 2 commits intoouch-org:mainfrom
Open
ci: add aarch64-apple-darwin (native Apple Silicon) build target#947joeblew999 wants to merge 2 commits intoouch-org:mainfrom
joeblew999 wants to merge 2 commits intoouch-org:mainfrom
Conversation
aarch64-darwin became a Tier 1 Rust target in August 2024 (rust-lang/rust#73908) and GitHub Actions now provides native ARM64 macOS runners (macos-latest = macos-15). Changes: - Add aarch64-apple-darwin to the build matrix using macos-latest (ARM runner) - Pin x86_64-apple-darwin to macos-13 (Intel runner) since macos-latest is now ARM Closes ouch-org#45
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
aarch64-apple-darwinto the build matrix usingmacos-latest(ARM64 runner)x86_64-apple-darwintomacos-13(Intel runner) sincemacos-latestis now ARMBackground
aarch64-darwinbecame a Tier 1 Rust target in August 2024 (rust-lang/rust#73908), and GitHub Actionsmacos-latestnow runs on Apple Silicon (M1+). The final blocker mentioned in #45 has been resolved.This is the minimal CI change needed — no code changes required.
Closes #45