GitHub Actions now support Apple Silicon (Beta)
1–8 of 8 posts
Re: GitHub Actions now support Apple Silicon (Beta)
#2Re: GitHub Actions now support Apple Silicon (Beta)
#3Re: GitHub Actions now support Apple Silicon (Beta)
#4Literally 10x pricing. "Using 1,000 macOS minutes, would consume 10,000 minutes included in your account." https://docs.github.com/en/billing/managing-billing-for-gith...
Re: GitHub Actions now support Apple Silicon (Beta)
#5Literally 10x pricing. "Using 1,000 macOS minutes, would consume 10,000 minutes included in your account." https://docs.github.com/en/billing/managing-billing-for-gith...
It's always been 10x pricing for macOS on GitHub Actions which is absurd from the start BUT it's even worse since the machine they give you is horribly slow. Like it will take 2x longer to check out your repo and install dependencies than it will on linux which really means it costs 20x more. I've considered doing a 2-step flow where I build part of my app on linux, put the artifacts somewhere, then start up macOS an…
Re: GitHub Actions now support Apple Silicon (Beta)
#6Re: GitHub Actions now support Apple Silicon (Beta)
#7Earlier quoted context omitted.
It's always been 10x pricing for macOS on GitHub Actions which is absurd from the start BUT it's even worse since the machine they give you is horribly slow. Like it will take 2x longer to check out your repo and install dependencies than it will on linux which really means it costs 20x more. I've considered doing a 2-step flow where I build part of my app on linux, put the artifacts somewhere, then start up macOS an…
I wonder what they use for the runner? I tried darling but Go doesn’t run/compile
Re: GitHub Actions now support Apple Silicon (Beta)
#8Earlier quoted context omitted.
It's always been 10x pricing for macOS on GitHub Actions which is absurd from the start BUT it's even worse since the machine they give you is horribly slow. Like it will take 2x longer to check out your repo and install dependencies than it will on linux which really means it costs 20x more. I've considered doing a 2-step flow where I build part of my app on linux, put the artifacts somewhere, then start up macOS an…
I wonder what they use for the runner? I tried darling but Go doesn’t run/compile