Skip to content

Commit 4b8fc55

Browse files
committed
f
1 parent cdfa2c9 commit 4b8fc55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,5 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v5
129129
- run: ci/install-dependencies.sh
130-
- run: echo echo __APPLE__ | clang -E -
131-
- run: echo echo __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ | clang -E -
132-
- run: echo echo __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ | clang -E -mmacos-version-min=13 -
130+
- run: (echo "include <regex.h>"; echo REG_ENHANCED) | clang -E -
131+
- run: (echo "include <regex.h>"; echo REG_ENHANCED) | clang -D __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__=140000 -E -

0 commit comments

Comments
 (0)