diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6eb684b..8132cc6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,9 +23,6 @@ jobs: matrix: os: [macos-latest, ubuntu-latest] arch: [auto64] - include: - - os: macos-latest - arch: universal2 steps: - uses: actions/checkout@v3