Skip to content

Build macOS toolchains on arm64 #76

@rzblue

Description

@rzblue

GitHub will be shutting down Intel runners starting in September: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down

The build system currently doesn't support Canadian cross builds on aarch64, which is needed for the Intel hosted toolchains:

if [ "$WPI_BUILD_TUPLE" != "$WPI_HOST_TUPLE" ]; then
# Check if system is a x86_64 system
if [ "$(uname -m)" != "x86_64" ]; then
die "Currently canadian builds require a x86_64 build system"
fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions