From af26db0ba54f22b545e9e0713b92cad64087cbd5 Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Fri, 20 Dec 2024 12:10:44 -0500 Subject: [PATCH] Fix brew boost version to 1.85 The latest boost (1.87) have removed deprecated version that Simple-Web that we have still uses. For now, fix the CI until we fix simple-web --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 10c189c..1429422 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -29,7 +29,7 @@ jobs: # Temporary Workaround for conflict with multiple python in brew brew install --overwrite python@3.12 python@3.11 python@3.10 brew install autoconf automake libtool pkg-config - brew install boost + brew install boost@1.85 brew install capnp brew install spdlog brew install nlohmann-json