diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c7572168d..294d7fe6f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -69,7 +69,7 @@ jobs: runs-on: macos-latest strategy: matrix: - target: [x86_64, aarch64] + target: [x86_64] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4