Replies: 5 comments 5 replies
-
Thank you! My build time is cut in half now. I hope many missing (native) arm binaries will be finally published. |
Beta Was this translation helpful? Give feedback.
-
Firstly, I'd really like to thank Github for making M1 macOS runners available! They are incredibly useful! For some reason, ObjectCapture API is not supported on Here is the current error I receive: Object Capture is not available on this computer.
Error: Process completed with exit code 1. According to Apple's documentation this API should be included in macOS >= 12.0 SDK. Checking the runner readme for M1 (https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md), it looks like it should be supported? Any help in getting Object Capture API to work on macOS runners would be wonderful! Also, if this is not the right place to post this - please free to move it. |
Beta Was this translation helpful? Give feedback.
-
This is awesome! 🎉 Similar to the above, I tried to use this in this PR and I encountered:
While installing the npm dependencies. |
Beta Was this translation helpful? Give feedback.
-
@Akash1134 based on the full list mentioned in your comment - could you please confirm if the |
Beta Was this translation helpful? Give feedback.
-
When attempting to use macos-14-large on a Free plan at GitHub, with a public repository, we are seeing this error:
Are Beta images not included in Free plans? |
Beta Was this translation helpful? Give feedback.
-
We're excited to announce the launch of a new M1 macOS runner and introducing the new M1 macOS runner available to open source!
The all new macOS 14 (Sonoma) is now available 💯
This runner is available for all plans, free in public repositories, and eligible to consume included free plan minutes in private repositories. The new runner executes Actions workflows with a 3 vCPU, 7 GB RAM, and 14 GB of storage VM, which provides the latest Mac hardware Actions has to offer. The new runner operates exclusively on macOS 14 and to use it, simply update the
runs-on
key in your YAML workflow file tomacos-14
.Introducing the new M1 macOS runner available to open source! 🚀
We are also making the macOS 14 runner image available to GitHub hosted runners. Workflows executed on this image will run exclusively on the 3 vCPU M1 runner announced earlier today. To use the runner, simply update the
runs-on:
key in your YAML workflow file tomacos-14
,macos-14-xlarge
, ormacos-14-large
.Note: The macOS 12 runner image will remain
latest
until migration of thelatest
YAML workflow label to macOS 14 in Q2 FY24 (April – June 2024). While macOS 13 is now generally available under the macos-13 label, this image will not be migrated tolatest
. Following this announcement, macOS 11 runner image will begin deprecation immediately with retirement expected to complete by June 2024.The full list of software available for all macOS runner images can be found here. If there is software you require that is not installed on the image, please create an issue in the runner-images repository.
Beta Was this translation helpful? Give feedback.
All reactions