Skip to content

Commit c51c941

Browse files
committed
clang version diag
1 parent d4f5139 commit c51c941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
matrix:
116116
vector:
117117
- jobname: osx-clang
118-
cc: /opt/homebrew/opt/llvm@15/bin/clang
118+
cc: /opt/homebrew/opt/llvm/bin/clang
119119
pool: macos-14
120120
- jobname: osx-reftable
121121
cc: clang
@@ -130,6 +130,7 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v5
132132
- 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 -
133134
- run: ci/run-build-and-tests.sh
134135
- name: print test failures
135136
if: failure() && env.FAILED_TEST_ARTIFACTS != ''

0 commit comments

Comments
 (0)