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:
Damien George
2025-01-10 22:27:12 +11:00
parent 5a5f0cb462
commit 790986b3ed

View File

@@ -219,7 +219,8 @@ jobs:
run: tests/run-tests.py --print-failures
qemu_mips:
runs-on: ubuntu-latest
# ubuntu-22.04 is needed for older libffi.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install packages
@@ -233,7 +234,8 @@ jobs:
run: tests/run-tests.py --print-failures
qemu_arm:
runs-on: ubuntu-latest
# ubuntu-22.04 is needed for older libffi.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install packages
@@ -247,7 +249,8 @@ jobs:
run: tests/run-tests.py --print-failures
qemu_riscv64:
runs-on: ubuntu-latest
# ubuntu-22.04 is needed for older libffi.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install packages