Skip to content

Commit f8f6c3c

Browse files
committed
Bump CI
1 parent a2ab8f9 commit f8f6c3c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/opencv-rust.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os-image:
1717
- ubuntu-24.04
18-
- macos-14
18+
- macos-15
1919
opencv-version:
2020
- 4.11.0
2121
linkage:
@@ -30,7 +30,7 @@ jobs:
3030
- os-image: ubuntu-22.04
3131
opencv-version: 3.4.20
3232
linkage: dynamic
33-
- os-image: macos-13
33+
- os-image: macos-14
3434
opencv-version: 3.4.20
3535
linkage: dynamic
3636
runs-on: ${{ matrix.os-image }}
@@ -64,20 +64,20 @@ jobs:
6464
matrix:
6565
os-image:
6666
- ubuntu-24.04
67-
- windows-2022
67+
- windows-2025
6868
vcpkg-version:
69-
- 2025.08.27 # https://github.com/microsoft/vcpkg/releases
69+
- 2025.09.17 # https://github.com/microsoft/vcpkg/releases
7070
vcpkg-features-cache-key:
7171
- full
7272
vcpkg-features:
7373
- contrib,nonfree,ade,opencl
7474
include:
75-
- os-image: windows-2022
76-
vcpkg-version: 2025.08.27
75+
- os-image: windows-2025
76+
vcpkg-version: 2025.09.17
7777
vcpkg-features-cache-key: min
7878
vcpkg-features: contrib
79-
- os-image: macos-14
80-
vcpkg-version: 2025.08.27
79+
- os-image: macos-15
80+
vcpkg-version: 2025.09.17
8181
vcpkg-features-cache-key: full-no-opencl
8282
vcpkg-features: contrib,nonfree,ade
8383
runs-on: ${{ matrix.os-image }}
@@ -108,7 +108,7 @@ jobs:
108108
fail-fast: false
109109
matrix:
110110
os-image:
111-
- windows-2022
111+
- windows-2025
112112
version:
113113
- opencv: 3.4.16
114114
- opencv: 4.11.0 # https://community.chocolatey.org/packages/OpenCV#versionhistory
@@ -119,7 +119,7 @@ jobs:
119119
- os-image: ubuntu-22.04
120120
version:
121121
opencv: 4.5.4
122-
- os-image: macos-14
122+
- os-image: macos-15
123123
version:
124124
brew: "@4"
125125
runs-on: ${{ matrix.os-image }}

0 commit comments

Comments
 (0)