ci(ubuntu):ci use ubuntu-2204 (#6213)

Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
lhdjply
2024-05-14 01:07:35 +08:00
committed by GitHub
parent 22a143f442
commit d0bc365737
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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