Skip to content

Commit

Permalink
use 20.04 (#126)
Browse files Browse the repository at this point in the history
* use 20.04

* fix
  • Loading branch information
wangfenjin committed Jun 28, 2023
1 parent 76e7b17 commit 5083845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
include: [
{ name: 'ARM64', xcc_pkg: gcc-aarch64-linux-gnu, xcc: aarch64-linux-gnu-gcc, xemu_pkg: qemu-system-arm, xemu: qemu-aarch64-static, os: ubuntu-latest, },

{ name: 'ARM64, gcc-7', xcc_pkg: gcc-7-aarch64-linux-gnu, xcc: aarch64-linux-gnu-gcc-7, xemu_pkg: qemu-system-arm, xemu: qemu-aarch64-static, os: ubuntu-18.04, },
{ name: 'ARM64, gcc-9', xcc_pkg: gcc-9-aarch64-linux-gnu, xcc: aarch64-linux-gnu-gcc-9, xemu_pkg: qemu-system-arm, xemu: qemu-aarch64-static, os: ubuntu-20.04, },
]
env: # Set environment variables
CC: ${{ matrix.xcc }}
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
fail-fast: true
matrix:
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
- os: ubuntu-latest
steps:
- name: "Release Build Type"
Expand Down

0 comments on commit 5083845

Please sign in to comment.