From d4a57c84834c1e4db116fa3623918ed43d3bf13b Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 17 Dec 2021 05:01:56 +0000 Subject: workflows: Update workaround for lldb on Mac OS --- .github/workflows/lldb-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lldb-tests.yml b/.github/workflows/lldb-tests.yml index 1b9aaff..761a578 100644 --- a/.github/workflows/lldb-tests.yml +++ b/.github/workflows/lldb-tests.yml @@ -29,14 +29,14 @@ jobs: runs-on: ${{ matrix.os }} # Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274 env: - CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include + CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include strategy: fail-fast: false matrix: os: - ubuntu-latest - windows-latest - - macOS-latest + - macOS-10.15 steps: - name: Setup Windows if: startsWith(matrix.os, 'windows') -- cgit v1.1