Skip to content

Commit

Permalink
Adding support for npu2404 and centos79 (#8681)
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 Jan 8, 2025
1 parent 4da01b6 commit e61519a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
include:
- os: centos78
- os: centos79
packageType: rpm
- os: centos8
packageType: rpm
Expand All @@ -50,7 +50,7 @@ jobs:
packageType: deb
- os: npu
packageType: deb
- os: ubuntu2404
- os: npu2404
packageType: deb

runs-on: [self-hosted, Ubuntu-22.04]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/xrt_master_2025.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
include:
- os: centos78
- os: centos79
packageType: rpm
os_ver: centos_7.8
os_ver: centos_7.9
- os: centos8
packageType: rpm
os_ver: centos_8.1
Expand All @@ -36,7 +36,7 @@ jobs:
- os: npu
packageType: deb
os_ver: ubuntu_22.04
- os: ubuntu2404
- os: npu2404
packageType: deb
os_ver: ubuntu_24.04

Expand Down

0 comments on commit e61519a

Please sign in to comment.