Skip to content

Commit a5f25ac

Browse files
committed
Bump CI
1 parent 8c511a2 commit a5f25ac

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
@@ -33,7 +33,7 @@ elif [[ "$os_family" == "macOS" ]]; then
3333
"$ci_dir/install-macos-framework.sh"
3434
fi
3535
elif [[ "$os_family" == "Windows" ]]; then
36-
export CHOCO_LLVM_VERSION=18.1.8
36+
export CHOCO_LLVM_VERSION=19.1.3
3737
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
3838
"$ci_dir/install-windows-vcpkg.sh"
3939
else # chocolatey build

0 commit comments

Comments
 (0)