ci: update macos tarball to llvm 12

This commit is contained in:
Andrew Kelley 2021-04-15 11:27:02 -07:00
parent 68e69aae2b
commit c49fe52cb1

View File

@ -7,7 +7,7 @@ brew update && brew install s3cmd
ZIGDIR="$(pwd)" ZIGDIR="$(pwd)"
ARCH="x86_64" ARCH="x86_64"
CACHE_BASENAME="zig+llvm+lld+clang-$ARCH-macos-gnu-0.6.0+1c9ef63a" CACHE_BASENAME="zig+llvm+lld+clang-$ARCH-macos-gnu-0.8.0-dev.1939+5a3ea9bec"
PREFIX="$HOME/$CACHE_BASENAME" PREFIX="$HOME/$CACHE_BASENAME"
JOBS="-j2" JOBS="-j2"