Skip to content

Commit

Permalink
Update xti.yml
Browse files Browse the repository at this point in the history
Enabling all builds and removing centos 7.8
  • Loading branch information
chinmayk-amd authored May 30, 2024
1 parent f20a627 commit 0819ba0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/xti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
strategy:
matrix:
include:
- os: centos78
packageType: rpm
# - os: centos8
# packageType: rpm
# - os: rhel9
# packageType: rpm
# - os: ubuntu2004
# packageType: deb
# - os: ubuntu2204
# packageType: deb
#- os: centos78
# packageType: rpm
- os: centos8
packageType: rpm
- os: rhel9
packageType: rpm
- os: ubuntu2004
packageType: deb
- os: ubuntu2204
packageType: deb

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

0 comments on commit 0819ba0

Please sign in to comment.