From 853a503bb4a80d1615d7b9e16878da5e742e7e56 Mon Sep 17 00:00:00 2001 From: Sujana M Date: Tue, 24 Dec 2024 14:10:15 +0530 Subject: [PATCH] Update to .yml files for CI - Updated the CI files to take ubuntu-22.04 instead of ubuntu-latest as this picks up ubuntu-24.04 randomly Signed-off-by: Sujana M --- .github/workflows/sbsa-acs_build_check.yml | 4 ++-- .github/workflows/sbsa-acs_daily_build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sbsa-acs_build_check.yml b/.github/workflows/sbsa-acs_build_check.yml index a4d2c2de..a6fae594 100644 --- a/.github/workflows/sbsa-acs_build_check.yml +++ b/.github/workflows/sbsa-acs_build_check.yml @@ -12,7 +12,7 @@ on: jobs: build: name: SBSA-ACS UEFI application build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Install dependencies @@ -66,7 +66,7 @@ jobs: baremetal-compilation: name: Baremetal CMake compilation check - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: diff --git a/.github/workflows/sbsa-acs_daily_build.yml b/.github/workflows/sbsa-acs_daily_build.yml index def311d8..55a2fba3 100644 --- a/.github/workflows/sbsa-acs_daily_build.yml +++ b/.github/workflows/sbsa-acs_daily_build.yml @@ -8,7 +8,7 @@ on: jobs: build: name: SBSA-ACS UEFI application build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Install dependencies @@ -62,7 +62,7 @@ jobs: baremetal-compilation: name: Baremetal CMake compilation check - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: