diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 507dc9a3d..f6b40c158 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,8 +124,6 @@ jobs: - name: Install Libraries on macOS shell: bash run: | - brew untap local/homebrew-openssl # workaround for https://github.com/actions/virtual-environments/issues/1811 - brew untap local/homebrew-python2 # workaround for https://github.com/actions/virtual-environments/issues/1811 brew update brew cask install osxfuse if: matrix.os == 'macOS-latest'