File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,8 @@ jobs:
219
219
run : tests/run-tests.py --print-failures
220
220
221
221
qemu_mips :
222
- runs-on : ubuntu-latest
222
+ # ubuntu-22.04 is needed for older libffi.
223
+ runs-on : ubuntu-22.04
223
224
steps :
224
225
- uses : actions/checkout@v4
225
226
- name : Install packages
@@ -233,7 +234,8 @@ jobs:
233
234
run : tests/run-tests.py --print-failures
234
235
235
236
qemu_arm :
236
- runs-on : ubuntu-latest
237
+ # ubuntu-22.04 is needed for older libffi.
238
+ runs-on : ubuntu-22.04
237
239
steps :
238
240
- uses : actions/checkout@v4
239
241
- name : Install packages
@@ -247,7 +249,8 @@ jobs:
247
249
run : tests/run-tests.py --print-failures
248
250
249
251
qemu_riscv64 :
250
- runs-on : ubuntu-latest
252
+ # ubuntu-22.04 is needed for older libffi.
253
+ runs-on : ubuntu-22.04
251
254
steps :
252
255
- uses : actions/checkout@v4
253
256
- name : Install packages
You can’t perform that action at this time.
0 commit comments