Last resort: use the explict 1.73 formula
parent
dddc97c487
commit
315380db03
|
@ -35,8 +35,8 @@ jobs:
|
||||||
- name: Install (macOS)
|
- name: Install (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew tap ProfFan/my
|
brew install cmake ninja
|
||||||
brew install cmake ninja ProfFan/my/boost@1.59
|
brew install https://github.com/Homebrew/homebrew-core/raw/0687baaf14e7b16c383d101fcc3b954cfb05ffe8/Formula/boost.rb
|
||||||
if [ "${{ matrix.compiler }}" = "gcc" ]; then
|
if [ "${{ matrix.compiler }}" = "gcc" ]; then
|
||||||
brew install gcc@${{ matrix.version }}
|
brew install gcc@${{ matrix.version }}
|
||||||
echo "::set-env name=CC::gcc-${{ matrix.version }}"
|
echo "::set-env name=CC::gcc-${{ matrix.version }}"
|
||||||
|
|
|
@ -87,8 +87,8 @@ jobs:
|
||||||
- name: Install (macOS)
|
- name: Install (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew tap ProfFan/my
|
brew install cmake ninja
|
||||||
brew install cmake ninja ProfFan/my/boost@1.59
|
brew install https://github.com/Homebrew/homebrew-core/raw/0687baaf14e7b16c383d101fcc3b954cfb05ffe8/Formula/boost.rb
|
||||||
if [ "${{ matrix.compiler }}" = "gcc" ]; then
|
if [ "${{ matrix.compiler }}" = "gcc" ]; then
|
||||||
brew install gcc@${{ matrix.version }}
|
brew install gcc@${{ matrix.version }}
|
||||||
echo "::set-env name=CC::gcc-${{ matrix.version }}"
|
echo "::set-env name=CC::gcc-${{ matrix.version }}"
|
||||||
|
|
Loading…
Reference in New Issue