GitHub Actions: M1 macOS runner available to open source(github.blog)
github.blog
GitHub Actions: M1 macOS runner available to open source
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
7 comments
I'm looking forward to trying this to see if it's any better than their current, trash, offering for macOS. But if it's similar then I'm probably going to go with something like WarpSpeed and just pay them to do what GitHub should really be leading the pack on.
Among GitHub's free runners, Linux is typically very fast, Mac is very slow, and Windows is somewhere in the middle. The quoted specs certainly sound great, hopefully they have sufficient capacity.
FINALLY. I can finally easily create native Apple Silicon apps for my users!
It's already possible to cross-compile using an Intel Mac runner, but maybe you meant "easily" as not setting any additional compiler option.
It's tricky building universal pyinstaller apps if any of your dependencies aren't all universal.