We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently, the macos ci job is running on an x86_64 machine. this changed sometime in the past few weeks or so from aarch64 to x86_64.
revive macos aarch64 ci job or decide how best to test aarch64 code
the job is set here:
jobs: build: runs-on: macos-latest
i did some searching for how to change this to use an aarch64 machine but didn't find anything.
found this https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently, the macos ci job is running on an x86_64 machine. this changed sometime in the past few weeks or so from aarch64 to x86_64.
goal
revive macos aarch64 ci job or decide how best to test aarch64 code
notes
the job is set here:
i did some searching for how to change this to use an aarch64 machine but didn't find anything.
found this https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
questions
The text was updated successfully, but these errors were encountered: