-
Notifications
You must be signed in to change notification settings - Fork 44
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
[infra] NDK install fails on MacOS GitHub runner #1115
Comments
Yep, the default is arm64 now: actions/runner-images#9741 |
Tracking issue for the GitHub action we're using to install the NDK: However, an NDK should already be pre-installed on the bot: |
actions/runner-images#9741 (comment) @liamappelbe Maybe we should then change the weekly builder to be an x64 one? |
It's fixed nttld/setup-ndk#549 |
The GitHub bot already has an NDK pre-installed, so we're using that one now. We can get back to installing one manually if we want a specific version of the SDK in the future. |
I believe the MacOS bots were x64 before. It looks like they silently switched to arm64.
We run the arm64 MacOS bot less often because it wasn't free:
We should check if its free now.
Also, we probably want to keep running things on x64 MacOS.
The text was updated successfully, but these errors were encountered: