Skip to content

Commit 4f2494c

Browse files
committed
Bump clang
1 parent 1b5e4b7 commit 4f2494c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ elif [[ "$os_family" == "macOS" ]]; then
4040
"$ci_dir/install-macos-framework.sh"
4141
fi
4242
elif [[ "$os_family" == "Windows" ]]; then
43-
export CHOCO_LLVM_VERSION=18.1.8
43+
export CHOCO_LLVM_VERSION=19.1.5
4444
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
4545
"$ci_dir/install-windows-vcpkg.sh"
4646
else # chocolatey build

0 commit comments

Comments
 (0)