Skip to content

Commit

Permalink
update_wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed Feb 8, 2024
1 parent 2f05d85 commit 060ea36
Showing 1 changed file with 7 additions and 49 deletions.
56 changes: 7 additions & 49 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python: 311
platform_id: win_amd64

# Linux 64 bit manylinux2014
# Linux 64 bit manylinux2014
- os: ubuntu-latest
python: 38
platform_id: manylinux_x86_64
Expand All @@ -45,49 +45,21 @@ jobs:
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# MacOS 12 x86_64
- os: macos-12
# MacOS x86_64
- os: macos-latest
python: 38
platform_id: macosx_x86_64
- os: macos-12
- os: macos-latest
python: 39
platform_id: macosx_x86_64
- os: macos-12
- os: macos-latest
python: 310
platform_id: macosx_x86_64
- os: macos-12
- os: macos-latest
python: 311
platform_id: macosx_x86_64

# MacOS 13 x86_64
- os: macos-13
python: 38
platform_id: macosx_x86_64
- os: macos-13
python: 39
platform_id: macosx_x86_64
- os: macos-13
python: 310
platform_id: macosx_x86_64
- os: macos-13
python: 311
platform_id: macosx_x86_64

# MacOS 14 x86_64
- os: macos-14-large
python: 38
platform_id: macosx_x86_64
- os: macos-14-large
python: 39
platform_id: macosx_x86_64
- os: macos-14-large
python: 310
platform_id: macosx_x86_64
- os: macos-14-large
python: 311
platform_id: macosx_x86_64

# MacOS 13 arm64
# MacOS arm64
- os: macos-13-xlarge
python: 38
platform_id: macosx_arm64
Expand All @@ -101,20 +73,6 @@ jobs:
python: 311
platform_id: macosx_arm64

# MacOS 14 arm64
- os: macos-14
python: 38
platform_id: macosx_arm64
- os: macos-14
python: 39
platform_id: macosx_arm64
- os: macos-14
python: 310
platform_id: macosx_arm64
- os: macos-14
python: 311
platform_id: macosx_arm64

steps:
- name: Checkout PGBM
uses: actions/checkout@v3
Expand Down

0 comments on commit 060ea36

Please sign in to comment.