Skip to content

ci: add aarch64-apple-darwin (native Apple Silicon) build target#947

Open
joeblew999 wants to merge 2 commits intoouch-org:mainfrom
joeblew999:add-aarch64-apple-darwin
Open

ci: add aarch64-apple-darwin (native Apple Silicon) build target#947
joeblew999 wants to merge 2 commits intoouch-org:mainfrom
joeblew999:add-aarch64-apple-darwin

Conversation

@joeblew999
Copy link
Copy Markdown

Summary

  • Add aarch64-apple-darwin to the build matrix using macos-latest (ARM64 runner)
  • Pin x86_64-apple-darwin to macos-13 (Intel runner) since macos-latest is now ARM

Background

aarch64-darwin became a Tier 1 Rust target in August 2024 (rust-lang/rust#73908), and GitHub Actions macos-latest now 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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ARM Support

1 participant