We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96358a commit d4a57c8Copy full SHA for d4a57c8
.github/workflows/lldb-tests.yml
@@ -29,14 +29,14 @@ jobs:
29
runs-on: ${{ matrix.os }}
30
# Workaround for build faliure on Mac OS X: llvm.org/PR46190, https://github.com/actions/virtual-environments/issues/2274
31
env:
32
- 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
33
strategy:
34
fail-fast: false
35
matrix:
36
os:
37
- ubuntu-latest
38
- windows-latest
39
- - macOS-latest
+ - macOS-10.15
40
steps:
41
- name: Setup Windows
42
if: startsWith(matrix.os, 'windows')
0 commit comments