From ef31ca5ac6664c4c444c36dd28cfac4773d013ab Mon Sep 17 00:00:00 2001 From: Pro Date: Tue, 22 Oct 2024 21:52:22 +0200 Subject: [PATCH] Bump CI --- .github/workflows/opencv-rust.yml | 2 +- ci/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/opencv-rust.yml b/.github/workflows/opencv-rust.yml index cf727c0cb..715c43022 100644 --- a/.github/workflows/opencv-rust.yml +++ b/.github/workflows/opencv-rust.yml @@ -68,7 +68,7 @@ jobs: - windows-2022 - macos-14 vcpkg-version: - - 2024.07.12 + - 2024.09.30 runs-on: ${{ matrix.os-image }} env: VCPKG_VERSION: ${{ matrix.vcpkg-version }} diff --git a/ci/install.sh b/ci/install.sh index 2fc06e918..8799f5bd4 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.2 if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build "$ci_dir/install-windows-vcpkg.sh" else # chocolatey build