diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5126dde..044f004 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,8 +29,8 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist -m crates/stream-gears/Cargo.toml - sccache: 'true' - manylinux: manylinux_2_28 + sccache: 'false' + manylinux: ${{ matrix.target == 'aarch64' && '2_28' || 'auto' }} - name: Upload wheels uses: actions/upload-artifact@v4 with: