diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index dda5b67e78f..8891b9c7e25 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -40,6 +40,7 @@ jobs: - [ubuntu-22.04, manylinux_x86_64, x86_64] - [macos-11, macosx_*, x86_64] - [windows-2019, win_amd64, AMD64] + - [macos-14, macosx_*, arm64] python: ["cp39", "cp310", "cp311", "cp312"] defaults: run: @@ -50,7 +51,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: package env: