From ce90129c9ae7b01c3dd0edd7b5a990645f5d84e3 Mon Sep 17 00:00:00 2001 From: Florian Fontan Date: Sat, 13 Jul 2024 21:02:25 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbf36ef..28f59e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,9 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Install CLP (MacOS) run: | - brew install clp@1.17.9 + brew tap coin-or-tools/coinor + brew install coin-or-tools/coinor/clp + brew install coin-or-tools/coinor/cbc if: ${{ (matrix.os == 'macos-13') || (matrix.os == 'macos-latest') }} - name: Download data run: |