1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-05 22:46:08 +03:00

Disable macOS CI (#2821)

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.
This commit is contained in:
Łukasz Czajka 2024-06-08 10:52:29 +02:00 committed by GitHub
parent c825f23c58
commit 346a48d55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,6 +242,7 @@ jobs:
build-and-test-macos:
runs-on: macos-14
if: false
steps:
- uses: extractions/setup-just@v2