Skip to content

Commit

Permalink
Merge pull request #25596 from asmorkalov:as/ci_ubuntu24.04
Browse files Browse the repository at this point in the history
Added Ubuntu 24.04 to regular CI.
  • Loading branch information
asmorkalov committed May 16, 2024
2 parents d29ad2f + 5f3a505 commit f2d6527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/PR-4.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
Ubuntu2204-x64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-U22.yaml@main

Ubuntu2404-x64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-U24.yaml@main

Ubuntu2004-x64-CUDA:
if: "${{ contains(github.event.pull_request.labels.*.name, 'category: dnn') }} || ${{ contains(github.event.pull_request.labels.*.name, 'category: dnn (onnx)') }}"
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-U20-Cuda.yaml@main
Expand Down

0 comments on commit f2d6527

Please sign in to comment.