File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
env :
107
107
CTEST_OUTPUT_ON_FAILURE : 1
108
108
build-macos :
109
- runs-on : macos-14
109
+ runs-on : macos-15
110
110
steps :
111
111
- uses : actions/checkout@v4
112
112
with :
@@ -132,7 +132,7 @@ jobs:
132
132
env :
133
133
CTEST_OUTPUT_ON_FAILURE : 1
134
134
build-windows :
135
- runs-on : windows-2022
135
+ runs-on : windows-2025
136
136
steps :
137
137
- uses : actions/checkout@v4
138
138
with :
@@ -145,8 +145,8 @@ jobs:
145
145
variant : sccache
146
146
- name : Build
147
147
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
150
150
- name : Test
151
151
run : |
152
152
cd build
@@ -269,7 +269,7 @@ jobs:
269
269
- name : Verify library integrity
270
270
run : |
271
271
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"
273
273
274
274
- name : Run evaluation
275
275
run : |
You can’t perform that action at this time.
0 commit comments