Skip to content

Commit

Permalink
ci: switch environment to ubuntu-20.04 (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Aug 22, 2022
1 parent 919bb23 commit 2000e99
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Build arm64
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dpdk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch
jobs:
build:
name: Build DPDK
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 2000e99

Please sign in to comment.