CI: update macos tarballs

Updates from LLVM release/17.x to 17.0.1
This commit is contained in:
Andrew Kelley
2023-09-21 23:34:23 -07:00
parent bb98ffbe7f
commit 867e61e10b
4 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ set -e
ZIGDIR="$(pwd)"
TARGET="$ARCH-macos-none"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.203+d3bc1cfc4"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.467+0345d7866"
PREFIX="$HOME/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"