Skip to content

Commit

Permalink
Build less wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnanuti committed Sep 4, 2024
1 parent 8c3a961 commit be36864
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ jobs:
python:
- cp38
- cp39
- cp310
- cp311
- cp312
# - cp310
# - cp311
# - cp312
builder:
- runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
kind: manylinux
arch: x86_64
- runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
kind: manylinux
arch: aarch64
# - runner: ubuntu-20.04
# - runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
# kind: manylinux
# arch: x86_64
- runner: macos-13
kind: macosx
arch: x86_64
# - runner: codebuild-${{ vars.CODEBUILD_PROJECT_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
# kind: manylinux
# arch: aarch64
## - runner: ubuntu-20.04
## kind: manylinux
## arch: x86_64
# - runner: macos-13
# kind: macosx
# arch: x86_64
- runner: macos-14
kind: macosx
arch: arm64
Expand Down

0 comments on commit be36864

Please sign in to comment.