Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Oct 22, 2024
1 parent 6784a7e commit ef31ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opencv-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef31ca5

Please sign in to comment.