CI: macos: skip non native

We already test cross compiling on x86_64-linux; no need to additionally
test it in the macOS script.
This commit is contained in:
Andrew Kelley 2022-08-31 16:07:08 -07:00
parent 77f31ebbbe
commit 7a733b9385

View File

@ -52,6 +52,7 @@ stage3-release/bin/zig build test docs \
--zig-lib-dir "$(pwd)/../lib" \
-Denable-macos-sdk \
-Dstatic-llvm \
-Dskip-non-native \
--search-prefix "$PREFIX"
if [ "${BUILD_REASON}" != "PullRequest" ]; then