From 159e577f6af8569c358b7446c4b1e871db214396 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 29 Jun 2024 21:02:02 +0000 Subject: [PATCH] chore: remove macos builders from pull request flow These actions are dramatically slowing doiwn the PR feedback loop since runners are not being placed by GitHub it seems --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fac023dc77..6f0865fa78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,6 @@ jobs: matrix: os: - ubuntu-latest - - macos-11 - windows-latest runs-on: ${{ matrix.os }}