diff --git a/.github/workflows/lldb-tests.yml b/.github/workflows/lldb-tests.yml index 93fddc2de8c6f50eb3ad6f94539f3609a05dacba..68aec6036995b06b2f3a670f319d53782a19ea8e 100644 --- a/.github/workflows/lldb-tests.yml +++ b/.github/workflows/lldb-tests.yml @@ -20,14 +20,16 @@ jobs: build_lldb: name: lldb build 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/MacOSX10.15.sdk/usr/include strategy: fail-fast: false matrix: os: - ubuntu-latest - windows-latest - # macOS build disabled due to: llvm.org/PR46190 - #- macOS-latest + - macOS-latest steps: - name: Setup Windows if: startsWith(matrix.os, 'windows')