From 80e4e05acc3dd6bcedc398d9fa26aa485b0cd7ec Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Mon, 11 Mar 2024 17:19:11 +0100 Subject: [PATCH] try to build boost with x86 only --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 13a8ce5a..443bb7b6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -95,7 +95,7 @@ jobs: && export CXX="ccache $CXX" && ./bootstrap.sh --prefix=${INSTALL_DIR} - && ./b2 install + && ./b2 -address-model=64 architecture=x86 install --build-dir=${BUILD_DIR} && tar czf ../boost.tar.gz -C ${INSTALL_DIR} .