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 c9f4c3c commit c8a740c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,38 +48,38 @@ jobs:

# MacOS x86_64
- os: macos-13
python: 310
python-version: "3.10"
cpython-version: 310
platform_id: macosx_x86_64
cibw_arch: x86_64
- os: macos-13
python: 311
python-version: "3.11"
cpython-version: 311
platform_id: macosx_x86_64
cibw_arch: x86_64
- os: macos-13
python: 312
python-version: "3.12"
cpython-version: 312
platform_id: macosx_x86_64
cibw_arch: x86_64

#linux
- os: ubuntu-latest
python: 310
python-version: "3.10"
cpython-version: 310
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64

- os: ubuntu-latest
python: 311
cpython-version: 311
python-version: "3.11"
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
cibw_arch: x86_64

- os: ubuntu-latest
python: 312
python-version: "3.12"
cpython-version: 312
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
Expand All @@ -88,17 +88,17 @@ jobs:

# MacOS arm64
- os: macos-14
python: 310
python-version: "3.10"
cpython-version: 310
platform_id: macosx_arm64
cibw_archs: arm64
- os: macos-14
python: 311
python-version: "3.11"
cpython-version: 311
platform_id: macosx_arm64
cibw_archs: arm64
- os: macos-14
python: 312
python-version: "3.12"
cpython-version: 312
platform_id: macosx_arm64
cibw_archs: arm64
Expand Down

0 comments on commit c8a740c

Please sign in to comment.