We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38aac93 commit d775f60Copy full SHA for d775f60
.github/workflows/build-zauth.yaml
@@ -37,7 +37,9 @@ jobs:
37
run: |
38
which aarch64-apple-darwin24.5-clang
39
aarch64-apple-darwin24.5-clang --version
40
- aarch64-apple-darwin24.5-clang -v -isysroot /usr/local/osxcross/target/SDK/MacOSX15.5.sdk -arch arm64 -mmacos
+ echo "int main() {return 0;}" | aarch64-apple-darwin24.5-clang -v \
41
+ -isysroot /usr/local/osxcross/target/SDK/MacOSX15.5.sdk \
42
+ -arch arm64 -mmacosx-version-min=11.0 -o /dev/null -x c -
43
44
- name: Build zAuth for macOS ARM
45
0 commit comments