Skip to content

Commit 28b6e09

Browse files
authored
[CI] Update macOS and Windows images, fix errors (#205)
- Update macOS image to version 15 - Update Windows image to Windows 2025 - Update OpenCV version 4.9.0 -> 4.12.0 close #202
1 parent de2793e commit 28b6e09

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
env:
107107
CTEST_OUTPUT_ON_FAILURE: 1
108108
build-macos:
109-
runs-on: macos-14
109+
runs-on: macos-15
110110
steps:
111111
- uses: actions/checkout@v4
112112
with:
@@ -132,7 +132,7 @@ jobs:
132132
env:
133133
CTEST_OUTPUT_ON_FAILURE: 1
134134
build-windows:
135-
runs-on: windows-2022
135+
runs-on: windows-2025
136136
steps:
137137
- uses: actions/checkout@v4
138138
with:
@@ -145,8 +145,8 @@ jobs:
145145
variant: sccache
146146
- name: Build
147147
run: |
148-
cmake -S . -B build -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
149-
cmake --build build --parallel
148+
cmake -S . -B build -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE=Release
149+
cmake --build build --parallel --config Release
150150
- name: Test
151151
run: |
152152
cd build
@@ -269,7 +269,7 @@ jobs:
269269
- name: Verify library integrity
270270
run: |
271271
echo "### Library verification ###"
272-
file build/bin/opencv_libs/libopencv_imgcodecs.so.4.9.0 | grep "shared object"
272+
file build/bin/opencv_libs/libopencv_imgcodecs.so.4.12.0 | grep "shared object"
273273
274274
- name: Run evaluation
275275
run: |

3rdparty/opencv

Submodule opencv updated 2148 files

0 commit comments

Comments
 (0)