Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Nov 10, 2024
1 parent c6f10a8 commit 948e129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ tag-name = "v{{version}}"
pre-release-replacements = [
{ file = "README.md", search = "opencv = \".*?\"", replace = "opencv = \"{{version}}\"" },
]
pre-release-hook = ["docs/regen-docs.sh"]

0 comments on commit 948e129

Please sign in to comment.