diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ba3862e9..8575ddf9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - target: [x86_64, x86, aarch64] + target: [x86_64, x86] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4