From db6fd1f13e728aff69e4434905cd01f96795339c Mon Sep 17 00:00:00 2001 From: lhdjply Date: Fri, 10 May 2024 17:23:08 +0800 Subject: [PATCH] ci(ubuntu):ci use ubuntu-22.04 Signed-off-by: lhdjply --- .github/workflows/ccpp.yml | 4 ++-- .github/workflows/makefile_uefi.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 58e19c66c2fa..1833131244ac 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -59,7 +59,7 @@ jobs: CC: cl test-native: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: amd64 Executable Tests steps: - uses: actions/checkout@v4 @@ -89,7 +89,7 @@ jobs: # verbose: true test-cross: # The host should always be linux - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: ${{ matrix.arch }} Executable Tests # Run steps on a matrix of 3 arch/distro combinations diff --git a/.github/workflows/makefile_uefi.yml b/.github/workflows/makefile_uefi.yml index 8699f5541eba..42cc3ad17a14 100644 --- a/.github/workflows/makefile_uefi.yml +++ b/.github/workflows/makefile_uefi.yml @@ -9,7 +9,7 @@ on: jobs: build: if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Build using Makefile for UEFI steps: - uses: actions/checkout@v4