From 0819ba035d58072f436a9eab4088d552143ca981 Mon Sep 17 00:00:00 2001 From: chinmayk-amd <153864001+chinmayk-amd@users.noreply.github.com> Date: Thu, 30 May 2024 09:50:36 -0700 Subject: [PATCH] Update xti.yml Enabling all builds and removing centos 7.8 --- .github/workflows/xti.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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]