Skip to content

Commit

Permalink
enabling ubuntu2404 for XRT (#8417)
Browse files Browse the repository at this point in the history
Co-authored-by: msubram <[email protected]>
  • Loading branch information
manikandan-xilinx and msubram authored Sep 16, 2024
1 parent 4c28359 commit 3d6257e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- os: ubuntu2004
packageType: deb
- os: hip
packageType: deb
packageType: deb
- os: ubuntu2404
packageType: deb

runs-on: [self-hosted, Ubuntu-22.04]
steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/xrt_master_2024.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
os_ver: ubuntu_20.04
- os: hip
packageType: deb
os_ver: ubuntu_22.04
os_ver: ubuntu_22.04
- os: ubuntu2404
packageType: deb
os_ver: ubuntu_24.04

runs-on: [self-hosted, Ubuntu-22.04]
steps:
Expand Down

0 comments on commit 3d6257e

Please sign in to comment.