We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f5139 commit 14611d7Copy full SHA for 14611d7
.github/workflows/main.yml
@@ -130,6 +130,10 @@ jobs:
130
steps:
131
- uses: actions/checkout@v5
132
- run: ci/install-dependencies.sh
133
+ - run: echo __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ | /usr/bin/clang -E -
134
+ - run: echo __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ | /opt/homebrew/opt/llvm@15/bin/clang -E -
135
+ - run: printf "%s\n" "#include <regex.h>" REG_ENHANCED __MAC_OS_X_VERSION_MIN_REQUIRED | /usr/bin/clang -E -
136
+ - run: printf "%s\n" "#include <regex.h>" REG_ENHANCED __MAC_OS_X_VERSION_MIN_REQUIRED | /opt/homebrew/opt/llvm@15/bin/clang -E -
137
- run: ci/run-build-and-tests.sh
138
- name: print test failures
139
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
0 commit comments