diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 17778d31..4c64e71c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,14 +10,8 @@ jobs: strategy: matrix: include: - - arch: armv7 - distro: ubuntu_latest - - arch: aarch64 - distro: ubuntu_latest - arch: s390x distro: ubuntu_latest - - arch: ppc64le - distro: ubuntu_latest steps: - uses: actions/checkout@v4.2.2