Last resort: use the explict 1.73 formula

release/4.3a0
Fan Jiang 2020-11-02 11:28:49 -05:00
parent dddc97c487
commit 315380db03
2 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ jobs:
- name: Install (macOS)
if: runner.os == 'macOS'
run: |
brew tap ProfFan/my
brew install cmake ninja ProfFan/my/boost@1.59
brew install cmake ninja
brew install https://github.com/Homebrew/homebrew-core/raw/0687baaf14e7b16c383d101fcc3b954cfb05ffe8/Formula/boost.rb
if [ "${{ matrix.compiler }}" = "gcc" ]; then
brew install gcc@${{ matrix.version }}
echo "::set-env name=CC::gcc-${{ matrix.version }}"

View File

@ -87,8 +87,8 @@ jobs:
- name: Install (macOS)
if: runner.os == 'macOS'
run: |
brew tap ProfFan/my
brew install cmake ninja ProfFan/my/boost@1.59
brew install cmake ninja
brew install https://github.com/Homebrew/homebrew-core/raw/0687baaf14e7b16c383d101fcc3b954cfb05ffe8/Formula/boost.rb
if [ "${{ matrix.compiler }}" = "gcc" ]; then
brew install gcc@${{ matrix.version }}
echo "::set-env name=CC::gcc-${{ matrix.version }}"