From 7171db26f8e28b6dde0340cc92dfbda292f01d9a Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 8 Jul 2026 12:17:10 +0200 Subject: [PATCH] EXP: [CI] Remove brew update --- .github/workflows/cpp.yml | 3 --- .github/workflows/python.yml | 3 --- .github/workflows/ruby.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 9ea6a1866461..f9a05b14d03c 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -241,9 +241,6 @@ jobs: submodules: recursive - name: Install Dependencies run: | - # Workaround for https://github.com/grpc/grpc/issues/41755 - # Remove once the runner ships a newer Homebrew. - brew update # Install aws-sdk-cpp manually to avoid issues with the new default # `brew --jobs auto` causing a lock. # Remove once the upstream issue is solved: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a86db37c9328..d6578d912cce 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -200,9 +200,6 @@ jobs: - name: Install Dependencies shell: bash run: | - # Workaround for https://github.com/grpc/grpc/issues/41755 - # Remove once the runner ships a newer Homebrew. - brew update # Install aws-sdk-cpp manually to avoid issues with the new default # `brew --jobs auto` causing a lock. # Remove once the upstream issue is solved: diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 0e1da70d20ab..27df26db29e8 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -168,9 +168,6 @@ jobs: - name: Install Homebrew Dependencies shell: bash run: | - # We can remove this once GitHub hosted runners include - # Meson 1.8.4 or later by default. - brew update # Install aws-sdk-cpp manually to avoid issues with the new default # `brew --jobs auto` causing a lock. # Remove once the upstream issue is solved: