From bbc9d6c4f5dc3c288c594fed3e46dbf52b9585ed Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 11 Jul 2025 20:01:40 -0400 Subject: [PATCH] ci: don't run the full test suite for x86_64-darwin Since this platform represents a tiny fraction of our users and causes considerable delays in our release flow, let's disable the more extensive test suite on that platform. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c002d0b66..f2b772885 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: runner: macos-latest-large runner_for_virt: macos-latest-large runner_small: macos-latest-large + run_tests: false build_aarch64-darwin: uses: ./.github/workflows/build.yml