@@ -19,18 +19,18 @@ jobs:
19
19
matrix :
20
20
ubuntu_version : ["22.04"]
21
21
python_version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
22
- opencv_version : ["4.10 .0"]
22
+ opencv_version : ["4.11 .0"]
23
23
device : ["cpu", "gpu"]
24
24
cuda_version : ["12.4.1"]
25
25
include :
26
- - { ubuntu_version: "24.04", python_version: "3.10", opencv_version: "4.10 .0", device: "cpu" }
27
- - { ubuntu_version: "24.04", python_version: "3.11", opencv_version: "4.10 .0", device: "cpu" }
28
- # - { ubuntu_version: "24.04", python_version: "3.12", opencv_version: "4.10 .0", device: "cpu" }
29
- - { ubuntu_version: "24.04", python_version: "3.13", opencv_version: "4.10 .0", device: "cpu" }
30
- - { ubuntu_version: "24.04", python_version: "3.10", opencv_version: "4.10 .0", device: "gpu", cuda_version: "12.8.0" }
31
- - { ubuntu_version: "24.04", python_version: "3.11", opencv_version: "4.10 .0", device: "gpu", cuda_version: "12.8.0" }
32
- # - { ubuntu_version: "24.04", python_version: "3.12", opencv_version: "4.10 .0", device: "gpu", cuda_version: "12.8.0" }
33
- - { ubuntu_version: "24.04", python_version: "3.13", opencv_version: "4.10 .0", device: "gpu", cuda_version: "12.8.0" }
26
+ - { ubuntu_version: "24.04", python_version: "3.10", opencv_version: "4.11 .0", device: "cpu" }
27
+ - { ubuntu_version: "24.04", python_version: "3.11", opencv_version: "4.11 .0", device: "cpu" }
28
+ # - { ubuntu_version: "24.04", python_version: "3.12", opencv_version: "4.11 .0", device: "cpu" }
29
+ - { ubuntu_version: "24.04", python_version: "3.13", opencv_version: "4.11 .0", device: "cpu" }
30
+ - { ubuntu_version: "24.04", python_version: "3.10", opencv_version: "4.11 .0", device: "gpu", cuda_version: "12.8.0" }
31
+ - { ubuntu_version: "24.04", python_version: "3.11", opencv_version: "4.11 .0", device: "gpu", cuda_version: "12.8.0" }
32
+ # - { ubuntu_version: "24.04", python_version: "3.12", opencv_version: "4.11 .0", device: "gpu", cuda_version: "12.8.0" }
33
+ - { ubuntu_version: "24.04", python_version: "3.13", opencv_version: "4.11 .0", device: "gpu", cuda_version: "12.8.0" }
34
34
steps :
35
35
- name : Checkout
36
36
uses : actions/checkout@v4
0 commit comments