From 4f127372882a20db5aa36430a9abb51cf96f18ed Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 17 Dec 2024 17:25:46 +0100 Subject: [PATCH] ci: brew: pin boost to 1.85 --- .github/workflows/build.yml | 4 ++-- contrib/brew/Brewfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0954bce45c6..2c975f5fc53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,8 +41,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 c2fae0ffc9e..4b8c68f3ef5 100644 --- a/contrib/brew/Brewfile +++ b/contrib/brew/Brewfile @@ -16,7 +16,7 @@ brew "binutils" brew "coreutils" brew "cmake" brew "pkg-config" -brew "boost" +brew "boost@1.85", link: true brew "openssl" brew "hidapi" brew "zmq"