diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index 070627f9f..e573a9729 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ] - platform: [ "x86_64", "i686" ] + platform: [ "i686", "x86_64" ] mb-ml-libc: [ "manylinux" ] include: - python: "3.8"