summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2021-12-17 05:01:56 +0000
committerTom Stellard <tstellar@redhat.com>2021-12-17 13:19:23 -0800
commitd4a57c84834c1e4db116fa3623918ed43d3bf13b (patch)
tree6bbc37b8325ed768f6bfad0b47b6f26ccb72f1e0
parentd96358a2819399a2abb60ad3b26444ab7b4409cf (diff)
downloadllvm-d4a57c84834c1e4db116fa3623918ed43d3bf13b.tar.gz
workflows: Update workaround for lldb on Mac OS
-rw-r--r--.github/workflows/lldb-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lldb-tests.yml b/.github/workflows/lldb-tests.yml
index 1b9aaff8ccbe..761a5788ac99 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')