diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 23ab6c8..ea7489d 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -20,7 +20,7 @@ jobs: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: - CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" + CIBW_ARCHS_MACOS: "x86_64 arm64" strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]