diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aab0474388..a73c79c495 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,8 @@ jobs: restore-keys: ccache-${{ runner.os }}-build- - name: install dependencies run: | - HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf@21 ccache - brew link protobuf@21 + HOMEBREW_NO_AUTO_UPDATE=1 brew install boost@1.85 hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf@21 ccache + brew link protobuf@21 boost@1.85 - name: build run: | ${{env.CCACHE_SETTINGS}} diff --git a/contrib/brew/Brewfile b/contrib/brew/Brewfile index bfe207897d..640d0c0c73 100644 --- a/contrib/brew/Brewfile +++ b/contrib/brew/Brewfile @@ -13,7 +13,7 @@ brew "binutils" brew "coreutils" brew "cmake" brew "pkg-config" -brew "boost" +brew "boost@1.85", link: true brew "openssl" brew "hidapi" brew "zmq"