diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4a6410c24e72a..b59be1f872f9d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -283,8 +283,7 @@ jobs: cc: clang pool: macos-13 - jobname: osx-gcc - cc: gcc - cc_package: gcc-13 + cc: gcc-13 pool: macos-13 - jobname: linux-gcc-default cc: gcc diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index b4e22de3cb9c35..fa0c00c60603a6 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -34,8 +34,6 @@ macos-*) export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 # Uncomment this if you want to run perf tests: # brew install gnu-time - test -z "$BREW_INSTALL_PACKAGES" || - brew install $BREW_INSTALL_PACKAGES brew link --force gettext mkdir -p "$P4_PATH"