Skip to content

Commit cdfa2c9

Browse files
committed
x
1 parent c449d22 commit cdfa2c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v5
129129
- run: ci/install-dependencies.sh
130-
- run: (echo "#include <stdio.h>"; echo __MAC_OS_X_VERSION_MIN_REQUIRED) | clang -E - | tail -1
131-
- run: (echo "#include <stdio.h>"; echo __MAC_OS_X_VERSION_MIN_REQUIRED) | /usr/bin/clang -E - | tail -1
132-
- run: (echo "#include <stdio.h>"; echo __MAC_OS_X_VERSION_MIN_REQUIRED) | clang -mmacos-version-min=14 -E - | tail -1
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 -

0 commit comments

Comments
 (0)