diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 000cd67d3..a4e1b11b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,6 +124,8 @@ 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'