diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 2ef5d48..b3d3dc4 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -61,9 +61,13 @@ jobs: sudo apt-get -qq install libacl1-dev - name: Install FUSE (macOS) - if: runner.os == 'macOS' + if: matrix.os == 'macos-11' run: | - brew install --cask macfuse@4.5.0 + unset HOMEBREW_NO_INSTALL_FROM_API + brew untap --force homebrew/core + brew untap --force homebrew/cask + brew update + brew install --cask macfuse - name: Set git to use LF run: git config --global core.autocrlf false