From d0bc365737042836df238934c6790c61ac525038 Mon Sep 17 00:00:00 2001 From: lhdjply Date: Tue, 14 May 2024 01:07:35 +0800 Subject: [PATCH] ci(ubuntu):ci use ubuntu-2204 (#6213) 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 58e19c66c..183313124 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 8699f5541..42cc3ad17 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