-
Notifications
You must be signed in to change notification settings - Fork 16
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
Migrate to macOS M1 runner #328
Conversation
Apparently, Android NDK is currently not preinstalled. Tracking actions/runner-images#8439 . |
Is m1 free to use? or is it paid? |
Seems like currently it's paid-only (no small runners for now), so one more reason to hold this off. |
actions/runner-images#8439 (comment) Seems like the small runners will be available only far in the future. |
Might I make a suggestion here? You can try the FlyCI's M1 and M2 runners which are on average about 2x faster and 2x cheaper than GitHub's runners . We also offer a free tier of 500 mins/month on the M1 runner for OSS projects. Pricing
Guide for Implementation
jobs:
ci:
- runs-on: macos-latest
+ runs-on: flyci-macos-large-latest-m1
steps:
- name: 👀 Checkout repo
uses: actions/checkout@v4 We'll be very happy to have you on board. |
Describe your changes
macos-latest
->macos-latest-xlarge
Linked issues
Closes #310
Breaking changes