Skip to content

Commit d4a57c8

Browse files
committed
workflows: Update workaround for lldb on Mac OS
1 parent d96358a commit d4a57c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lldb-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
# Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274
3131
env:
32-
CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include
32+
CPLUS_INCLUDE_PATH: /usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
3333
strategy:
3434
fail-fast: false
3535
matrix:
3636
os:
3737
- ubuntu-latest
3838
- windows-latest
39-
- macOS-latest
39+
- macOS-10.15
4040
steps:
4141
- name: Setup Windows
4242
if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)