diff --git a/ci/install.sh b/ci/install.sh index 2fc06e91..efa150d7 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -33,7 +33,7 @@ elif [[ "$os_family" == "macOS" ]]; then "$ci_dir/install-macos-framework.sh" fi elif [[ "$os_family" == "Windows" ]]; then - export CHOCO_LLVM_VERSION=18.1.8 + export CHOCO_LLVM_VERSION=19.1.3 if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build "$ci_dir/install-windows-vcpkg.sh" else # chocolatey build