diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f4bf9c78..a3209ef78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - architecture: x64 + architecture: arm64 - name: Build wheels - aarch64 uses: PyO3/maturin-action@v1 with: