Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
build-macos:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -132,7 +132,7 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
build-windows:
runs-on: windows-2022
runs-on: windows-2025
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -145,8 +145,8 @@ jobs:
variant: sccache
- name: Build
run: |
cmake -S . -B build -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
cmake --build build --parallel
cmake -S . -B build -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel --config Release
- name: Test
run: |
cd build
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Verify library integrity
run: |
echo "### Library verification ###"
file build/bin/opencv_libs/libopencv_imgcodecs.so.4.9.0 | grep "shared object"
file build/bin/opencv_libs/libopencv_imgcodecs.so.4.12.0 | grep "shared object"

- name: Run evaluation
run: |
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/opencv
Submodule opencv updated 2148 files
Loading