We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f5139 commit c51c941Copy full SHA for c51c941
.github/workflows/main.yml
@@ -115,7 +115,7 @@ jobs:
115
matrix:
116
vector:
117
- jobname: osx-clang
118
- cc: /opt/homebrew/opt/llvm@15/bin/clang
+ cc: /opt/homebrew/opt/llvm/bin/clang
119
pool: macos-14
120
- jobname: osx-reftable
121
cc: clang
@@ -130,6 +130,7 @@ jobs:
130
steps:
131
- uses: actions/checkout@v5
132
- run: ci/install-dependencies.sh
133
+ - run: printf "%s\n" "#include <regex.h>" REG_ENHANCED __MAC_OS_X_VERSION_MIN_REQUIRED | /opt/homebrew/opt/llvm@15/bin/clang -E -
134
- run: ci/run-build-and-tests.sh
135
- name: print test failures
136
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
0 commit comments