Skip to content

Commit

Permalink
update mac os version/arch
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Dec 17, 2024
1 parent 122e790 commit 4bf7590
Showing 1 changed file with 39 additions and 65 deletions.
104 changes: 39 additions & 65 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,79 +45,53 @@ jobs:
fail-fast: false
matrix:
include:
#- os: macOS-13
# name: macOS-x86_64
# cpython-version: 39
# python-version: "3.9"
# platform_id: macosx_x86_64
# cibw_manylinux: manylinux2014
# cibw_arch: x86_64
# MacOS x86_64
- os: macos-13
python: 310
platform_id: macosx_x86_64
- os: macos-13
python: 311
platform_id: macosx_x86_64
- os: macos-13
python: 312
platform_id: macosx_x86_64
- os: macos-13
python: 313
platform_id: macosx_x86_64

#linux
- os: ubuntu-latest
name: x86_64
cpython-version: 39
python-version: "3.9"
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64

#- os: macOS-13
# name: macOS-x86_64
# cpython-version: 310
# python-version: "3.10"
# platform_id: macosx_x86_64
# cibw_manylinux: manylinux2014
# cibw_arch: x86_64
python: 310
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
name: x86_64
cpython-version: 310
python-version: "3.10"
python: 311
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64


- os: macOS-13
name: macOS-x86_64
cpython-version: 311
python-version: "3.11"
platform_id: macosx_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
name: x86_64
cpython-version: 311
python-version: "3.11"
python: 312
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: macOS-14
name: MAC_ARM
cpython-version: 311
python-version: "3.11"
platform_id: macosx_arm64
cibw_manylinux: macosx_arm64

- os: macOS-13
name: macOS-x86_64
cpython-version: 312
python-version: "3.12"
platform_id: macosx_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
name: x86_64
cpython-version: 312
python-version: "3.12"
python: 313
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64
- os: macOS-14
name: MAC_ARM
cpython-version: 312
python-version: "3.12"
manylinux_image: manylinux2014


# MacOS arm64
- os: macos-14
python: 310
platform_id: macosx_arm64
cibw_manylinux: macosx_arm64

- os: macos-14
python: 311
platform_id: macosx_arm64
- os: macos-14
python: 312
platform_id: macosx_arm64
- os: macos-14
python: 313
platform_id: macosx_arm64



steps:
Expand Down

0 comments on commit 4bf7590

Please sign in to comment.