From c465575dabc56cda4de4afaa5c6bdd63bfc8443e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 25 May 2024 15:59:52 -0500 Subject: [PATCH] build: temporarily disable macos-11 sanity checks (#6858) re-enable when brew is fixed --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index cd2f66566..f0568cad5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -334,7 +334,7 @@ jobs: macos-11: runs-on: macos-11 needs: [ what-to-make ] - if: ${{ needs.what-to-make.outputs.make-mac == 'true' }} + if: false # ${{ needs.what-to-make.outputs.make-mac == 'true' }} steps: - name: Show Configuration run: |