@@ -19,18 +19,18 @@ jobs:
1919 matrix :
2020 ubuntu_version : ["22.04"]
2121 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"]
2323 device : ["cpu", "gpu"]
2424 cuda_version : ["12.4.1"]
2525 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" }
3434 steps :
3535 - name : Checkout
3636 uses : actions/checkout@v4
0 commit comments