diff --git a/.CI/SetupHomebrewDeps.sh b/.CI/SetupHomebrewDeps.sh index ab61d01a688..2fc0a4f8150 100755 --- a/.CI/SetupHomebrewDeps.sh +++ b/.CI/SetupHomebrewDeps.sh @@ -74,7 +74,7 @@ do done echo "Relinking boost libraries" -c2-make-universal-dylib lib/libboost_random-mt.dylib +c2-make-universal-dylib lib/libboost_random.dylib echo "Relinking OpenSSL 3 libcrypto" c2-make-universal-dylib lib/libcrypto.dylib diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11d7e837f6b..5cb736eb34f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -277,7 +277,7 @@ jobs: if: startsWith(matrix.os, 'macos') run: | # binary dependencies - ./.CI/SetupHomebrewDeps.sh openssl@3 boost + ./.CI/SetupHomebrewDeps.sh boost openssl@3 # build and header-only dependencies brew install rapidjson p7zip create-dmg cmake tree shell: bash