Skip to content

Commit

Permalink
Use x86 GitHub runners
Browse files Browse the repository at this point in the history
It looks like Qemu on ARM64 is unstable on ARM64 runners. I observed
occasional failures with SEGV.
  • Loading branch information
rui314 committed Feb 13, 2025
1 parent 143d447 commit 93f540a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- { target: x86_64, os: ubuntu-24.04 }
- { target: aarch64, os: ubuntu-24.04-arm }
- { target: arm, os: ubuntu-24.04-arm }
- { target: riscv64, os: ubuntu-24.04-arm }
- { target: ppc64le, os: ubuntu-24.04-arm }
- { target: s390x, os: ubuntu-24.04-arm }
- { target: loongarch64, os: ubuntu-24.04-arm }
- { target: riscv64, os: ubuntu-24.04 }
- { target: ppc64le, os: ubuntu-24.04 }
- { target: s390x, os: ubuntu-24.04 }
- { target: loongarch64, os: ubuntu-24.04 }

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 93f540a

Please sign in to comment.