nttld / setup-ndk

Setup your GitHub Actions workflow with a specific version of the Android NDK
MIT License
55 stars 22 forks source link

[Suggestion] Support for Apple Silicon #548

Closed MulverineX closed 4 months ago

MulverineX commented 4 months ago

As of recent, macos-latest in GH:A refers to m1 runners, which breaks this action. Better logging for this would be appreciated, a clear mitigation is to switch to macos-13. Ideally of course, the action would support this architecture.

raftario commented 4 months ago

Could anyone confirm whether the NDK binaries for macOS are universal ones ? Actually I'll just remove the arch check and see for myself.