From 94a4350fc2f660944d69544ac24e87295da4f01f Mon Sep 17 00:00:00 2001 From: Phuong Nguyen Date: Wed, 9 Aug 2023 21:59:12 -0700 Subject: [PATCH] Disable mac ci (#256) --- .github/workflows/integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e11e2da48..01ee5892e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,8 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest-xl] + # FIXME: macos-latest-xl is disabled since colima is erroring out right now + os: [ubuntu-latest] runs-on: ${{ matrix.os }} name: Test steps: