github/workflows: Use ubuntu-22.04 for unix qemu CI.
To use an older version of libffi. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
9
.github/workflows/ports_unix.yml
vendored
9
.github/workflows/ports_unix.yml
vendored
@@ -219,7 +219,8 @@ jobs:
|
|||||||
run: tests/run-tests.py --print-failures
|
run: tests/run-tests.py --print-failures
|
||||||
|
|
||||||
qemu_mips:
|
qemu_mips:
|
||||||
runs-on: ubuntu-latest
|
# ubuntu-22.04 is needed for older libffi.
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
@@ -233,7 +234,8 @@ jobs:
|
|||||||
run: tests/run-tests.py --print-failures
|
run: tests/run-tests.py --print-failures
|
||||||
|
|
||||||
qemu_arm:
|
qemu_arm:
|
||||||
runs-on: ubuntu-latest
|
# ubuntu-22.04 is needed for older libffi.
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
@@ -247,7 +249,8 @@ jobs:
|
|||||||
run: tests/run-tests.py --print-failures
|
run: tests/run-tests.py --print-failures
|
||||||
|
|
||||||
qemu_riscv64:
|
qemu_riscv64:
|
||||||
runs-on: ubuntu-latest
|
# ubuntu-22.04 is needed for older libffi.
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
|
|||||||
Reference in New Issue
Block a user