From 501c140286a27566b677de32fddcb3397f5ed766 Mon Sep 17 00:00:00 2001 From: Fan Jiang Date: Mon, 15 Feb 2021 20:08:16 -0500 Subject: [PATCH] Use latest Boost --- .github/workflows/build-macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 69873980a..435936bdf 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -35,9 +35,8 @@ jobs: - name: Install (macOS) if: runner.os == 'macOS' run: | - brew tap ProfFan/robotics brew install cmake ninja - brew install ProfFan/robotics/boost + brew install boost if [ "${{ matrix.compiler }}" = "gcc" ]; then brew install gcc@${{ matrix.version }} echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV