anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
442 stars 54 forks source link

Disable macOS CI #2821

Closed lukaszcz closed 3 weeks ago

lukaszcz commented 3 weeks ago

It's failing because of rate limits exceeded when installing RISC0 VM. We should disable the macOS CI until we figure out how to reliably get around this problem.

paulcadman commented 3 weeks ago

Can you follow this PR up by caching the RISC0 VM install and re-enable the macOS build?

lukaszcz commented 3 weeks ago

Can you follow this PR up by caching the RISC0 VM install and re-enable the macOS build?

I don't know how to do that at this point. Didn't work when I tried, will need to figure this out.