Skip to content

Commit

Permalink
ci(ubuntu):ci use ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: lhdjply <lhdjply@126.com>
  • Loading branch information
lhdjply committed May 10, 2024
1 parent b16aa3c commit db6fd1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/makefile_uefi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db6fd1f

Please sign in to comment.