Skip to content

Commit 004dec9

Browse files
committed
24.04
1 parent 06b3666 commit 004dec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- { ubuntu_version: "22.04", python_version: "3.10", opencv_version: "4.10.0", device: "gpu" }
2727
- { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "cpu" }
2828
- { ubuntu_version: "22.04", python_version: "3.11", opencv_version: "4.10.0", device: "gpu" }
29-
- { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
30-
- { ubuntu_version: "22.04", python_version: "3.12", opencv_version: "4.10.0", device: "gpu" }
29+
- { ubuntu_version: "24.04", python_version: "3.12", opencv_version: "4.10.0", device: "cpu" }
30+
- { ubuntu_version: "24.04", python_version: "3.12", opencv_version: "4.10.0", device: "gpu" }
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)