From 4aab156dd8482d93352ca02fe12b1f0cc17af0f8 Mon Sep 17 00:00:00 2001 From: Cristian G Date: Wed, 5 Jul 2023 11:16:58 -0400 Subject: [PATCH] disable homebrew install for now --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8266538c3..2f86ed507 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -55,8 +55,8 @@ jobs: include: - os: ubuntu-latest os-type: linux - - os: macos-latest - os-type: macos +# - os: macos-latest +# os-type: macos fail-fast: false runs-on: ${{ matrix.os }} steps: