Skip to content

Commit

Permalink
use QEMU on aarch64/armv7l
Browse files Browse the repository at this point in the history
The ARM runners are still a bit flaky for now.
  • Loading branch information
mayeut committed Jan 26, 2025
1 parent 8646ca4 commit c42ff01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
runner = {
"x86_64": "ubuntu-24.04",
"i686": "ubuntu-24.04",
"aarch64": "ubuntu-24.04-arm",
"armv7l": "ubuntu-24.04-arm",
"aarch64": "ubuntu-24.04",
"armv7l": "ubuntu-24.04",
"ppc64le": "ubuntu-24.04",
"s390x": "ubuntu-24.04",
"riscv64": "ubuntu-24.04",
Expand Down

0 comments on commit c42ff01

Please sign in to comment.