diff --git a/.github/workflows/xti.yml b/.github/workflows/xti.yml index 348cfcc1e96..ee4ac156bf4 100644 --- a/.github/workflows/xti.yml +++ b/.github/workflows/xti.yml @@ -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]