diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 8977c2d637..3a0182fc38 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -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 }}