Skip to content

Commit b4f5a2e

Browse files
committed
Bump CI
1 parent 01a4a0c commit b4f5a2e

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)