-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[macOS] Apple Silicon (M1) powered macOS runners are now available in public beta! #8439
Comments
Thank you for providing Apple Silicon macOS runners! 🙌 |
Yes! 🙌 |
Thanks for the hard work, this will be incredible useful for Code Scanning pipelines! ❤️ Thanks all the team again for making this happen so timely! |
Will M1 runners be available for free for public projects? I just tried to use it and got:
|
Why the VM has access to only 6 out of 8 M1 cores? Genuinely curious because a lot of Tart users use it for managing VMs for self-hosted GitHub Actions Runners. So far there were no reports from people running VMs that fully utilize cores and memory of M1/M2 chips. I wonder if you found some macOS/Actions limitation in your extensive private beta testing? |
It seems M1 is currently tied to the "large" or "XL" runners for a fee. Will there be small M1 runners available for free for public projects? |
Seems like the Android NDK is missing in the new runner: https://github.com/actions/runner-images/blob/375e9a1c270ec81a3ffd5b429dcdee9508b46124/images/macos/macos-13-arm64-Readme.md Are you planning to add it? |
Hi all... you can use FlyCI's M1 and M2 runners. Our runners are on average 2x faster and 2x cheaper than GitHub's. Install Instructrions
Easily replace GitHub's runners: jobs:
ci:
- runs-on: macos-latest
+ runs-on: flyci-macos-large-latest-m2
steps:
- name: 👀 Checkout repo
uses: actions/checkout@v4 If your repo is public, then FlyCI offers 500 mins/month of free M1 runner usage with the Best Regards, |
See actions/runner-images#8439 Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
See actions/runner-images#8439 (comment) Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
@joeyparrish, GitHub Actions added support for github/roadmap#926 |
Thanks! I have already started using it. |
Breaking changes
To try the new Apple silicon macOS larger runner, update the
runs-on:
key in your GitHub Actions YAML workflow YAML file to targetmacos-latest-xlarge
ormacos-13-xlarge
. The 12-core macOS larger runner is moving from xlarge to large, and is still available by updating theruns-on:
key tomacos-latest-large
,macos-12-large
, ormacos-13-large
. There is no sign-up required for the beta and the runner is immediately available to all developers, teams, and enterprises.Target date
N/A
The motivation for the changes
N/A
Possible impact
N/A
Platforms affected
Runner images affected
Mitigation ways
N/A
The text was updated successfully, but these errors were encountered: