diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1123bd31..328b03854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,11 +81,6 @@ jobs: - name: Setup macOS environment if: runner.os == 'macOS' run: | - # Workaround for https://github.com/actions/virtual-environments/issues/1811 - # Remove broken openssl and python packages, not used by Conscrypt builds - # TODO(prb): remove when no longer required. - brew uninstall --ignore-dependencies openssl - brew uninstall --ignore-dependencies python brew update || echo update failed brew install ninja || echo update failed