commit eccf39c99582e8702d32d982660c952fae6aaff8 (tree) parent ef5afbfcf4b0fb41e72f5ba8cbbbaba5f4889f5b Author: Andrew Kelley <andrew@ziglang.org> Date: Thu, 6 Apr 2023 08:40:36 -0700 CI: update aarch64-macos tarball Diffstat:
| M | ci/aarch64-macos.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/aarch64-macos.sh b/ci/aarch64-macos.sh @@ -9,7 +9,7 @@ set -e ZIGDIR="$(pwd)" TARGET="$ARCH-macos-none" MCPU="baseline" -CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.1869+df4cfc2ec" +CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.2441+eb19f73af" PREFIX="$HOME/$CACHE_BASENAME" ZIG="$PREFIX/bin/zig"