From 346a48d55bd59a5a3842bf94a2b10d114093b981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Czajka?= <62751+lukaszcz@users.noreply.github.com> Date: Sat, 8 Jun 2024 10:52:29 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 712397249..937c023cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,6 +242,7 @@ jobs: build-and-test-macos: runs-on: macos-14 + if: false steps: - uses: extractions/setup-just@v2