From dd2d49adcfbcc4d72885b2751317fba8ecdcccbf Mon Sep 17 00:00:00 2001 From: Sean Parent Date: Mon, 11 Mar 2024 15:19:19 -0700 Subject: [PATCH] Update stlab.yml Trying to fix macos build. Boost failing to install? Trying an older version. --- .github/workflows/stlab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stlab.yml b/.github/workflows/stlab.yml index f8456e5f..ec1cf663 100644 --- a/.github/workflows/stlab.yml +++ b/.github/workflows/stlab.yml @@ -35,8 +35,8 @@ jobs: - name: Install dependencies // macOS if: ${{ startsWith(matrix.config.os, 'macos') }} run: | - # brew update - brew install boost + brew update + brew install boost 1.83.0 brew install ninja shell: bash