diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95ea7bd90..d33210db7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - arch: [[16, x86], [21, x86], [28, x86_64], [32, x86], [31, x86], [33, x86], [34, x86], [34, x86_64]] + arch: [[16, x86], [21, x86], [23, x86], [27, x86_64]] +# , [32, x86], [31, x86], [33, x86], [34, x86], [34, x86_64]] steps: - name: checkout uses: actions/checkout@v3