ci(ubuntu):ci use ubuntu-2204 (#6213)
Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/makefile_uefi.yml
vendored
2
.github/workflows/makefile_uefi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user