Skip to content

Commit b8e679e

Browse files
committed
Bump CI
1 parent 7f77e99 commit b8e679e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/opencv-rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,18 @@ jobs:
6666
- ubuntu-24.04
6767
- windows-2022
6868
vcpkg-version:
69-
- 2025.06.13 # https://github.com/microsoft/vcpkg/releases
69+
- 2025.08.27 # https://github.com/microsoft/vcpkg/releases
7070
vcpkg-features-cache-key:
7171
- full
7272
vcpkg-features:
7373
- contrib,nonfree,ade,opencl
7474
include:
7575
- os-image: windows-2022
76-
vcpkg-version: 2025.06.13
76+
vcpkg-version: 2025.08.27
7777
vcpkg-features-cache-key: min
7878
vcpkg-features: contrib
7979
- os-image: macos-14
80-
vcpkg-version: 2025.06.13
80+
vcpkg-version: 2025.08.27
8181
vcpkg-features-cache-key: full-no-opencl
8282
vcpkg-features: contrib,nonfree,ade
8383
runs-on: ${{ matrix.os-image }}

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ elif [[ "$os_family" == "macOS" ]]; then
3131
"$ci_dir/install-macos-framework.sh"
3232
fi
3333
elif [[ "$os_family" == "Windows" ]]; then
34-
export CHOCO_LLVM_VERSION=20.1.8 # https://community.chocolatey.org/packages/llvm#versionhistory
34+
export CHOCO_LLVM_VERSION=21.1.0 # https://community.chocolatey.org/packages/llvm#versionhistory
3535
if [[ "${VCPKG_VERSION:-}" != "" ]]; then # vcpkg build
3636
"$ci_dir/install-windows-vcpkg.sh"
3737
else # chocolatey build

0 commit comments

Comments
 (0)