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 c8a740c commit 13e990d
Showing 1 changed file with 37 additions and 43 deletions.
80 changes: 37 additions & 43 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,65 +45,59 @@ jobs:
fail-fast: false
matrix:
include:

# MacOS x86_64
- os: macos-13
python-version: "3.10"
cpython-version: 310
platform_id: macosx_x86_64
cibw_arch: x86_64
- os: macos-13
python-version: "3.11"
cpython-version: 311
platform_id: macosx_x86_64
cibw_arch: x86_64
- os: macos-13
python-version: "3.12"
cpython-version: 312
- 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

#linux
- os: ubuntu-latest
python-version: "3.10"
cpython-version: 310
platform_id: manylinux_x86_64
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
- os: ubuntu-latest
python: 311
python-version: "3.11"
name: x86_64
cpython-version: 310
python-version: "3.10"
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
- os: ubuntu-latest
python-version: "3.12"
cpython-version: 312
name: x86_64
cpython-version: 311
python-version: "3.11"
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64


# MacOS arm64
- os: macos-14
python-version: "3.10"
cpython-version: 310
platform_id: macosx_arm64
cibw_archs: arm64
- os: macos-14
python-version: "3.11"
cibw_arch: x86_64
- os: macOS-14
name: MAC_ARM
cpython-version: 311
python-version: "3.11"
platform_id: macosx_arm64
cibw_archs: arm64
- os: macos-14
python-version: "3.12"
cpython-version: 312
platform_id: macosx_arm64
cibw_archs: arm64


cibw_manylinux: macosx_arm64


steps:
- name: 'Clone Repository (Latest)'
Expand Down

0 comments on commit 13e990d

Please sign in to comment.