From 3e0a9e16cc34f4f2dbc3eb8470e794f47402882c Mon Sep 17 00:00:00 2001 From: Roman Gershman Date: Mon, 13 May 2024 10:30:42 +0300 Subject: [PATCH] chore: prevent updating gcc on macos (#3037) Signed-off-by: Roman Gershman --- .github/workflows/daily-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-builds.yml b/.github/workflows/daily-builds.yml index 3772f1726..e7813f393 100644 --- a/.github/workflows/daily-builds.yml +++ b/.github/workflows/daily-builds.yml @@ -91,7 +91,7 @@ jobs: # Preven updating these packages that bring in dependencies that sometimes break # the update - brew pin azure-cli jpeg-xl aom lima pipx + brew pin azure-cli jpeg-xl aom lima pipx gcc # Remove Python3 symlinks in /usr/local/bin as workaround to brew update issues # https://github.com/actions/setup-python/issues/577 rm /usr/local/bin/2to3* || :