Skip to content

Commit ef31ca5

Browse files
committed
Bump CI
1 parent 6784a7e commit ef31ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/opencv-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- windows-2022
6969
- macos-14
7070
vcpkg-version:
71-
- 2024.07.12
71+
- 2024.09.30
7272
runs-on: ${{ matrix.os-image }}
7373
env:
7474
VCPKG_VERSION: ${{ matrix.vcpkg-version }}

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.2
3737
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
3838
"$ci_dir/install-windows-vcpkg.sh"
3939
else # chocolatey build

0 commit comments

Comments
 (0)