Skip to content

Commit

Permalink
Update to .yml files for CI
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
Sujana-M committed Dec 24, 2024
1 parent 87ac201 commit 853a503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbsa-acs_build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

baremetal-compilation:
name: Baremetal CMake compilation check
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbsa-acs_daily_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

baremetal-compilation:
name: Baremetal CMake compilation check
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:

Expand Down

0 comments on commit 853a503

Please sign in to comment.