Skip to content

Run CI tests with aarch64-apple-darwin #1366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wks
Copy link
Collaborator

@wks wks commented Aug 12, 2025

Apple will stop supporting Intel Mac, and Rust 1.89 has demoted the x86_64-apple-darwin toolchain to Tier 2. We instead run CI tests against aarch64-apple-darwin which is used by Mac computers with Apple silicon.

Fixes: #1365

Apple will stop supporting Intel Mac, and Rust 1.89 has demoted the
x86_64-apple-darwin toolchain to Tier 2.  We instead run CI tests
against aarch64-apple-darwin which is used by Mac computers with Apple
silicon.

Fixes: mmtk#1365
@wks wks requested a review from qinsoon August 12, 2025 02:02
wks added 2 commits August 12, 2025 10:19
The `mimalloc-sys` crate is not actively maintained.  We switch to
`libmimalloc-sys` instead.
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.

The x86_64-apple-darwin toolchain is demoted
2 participants