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 a4e02cc commit c9f4c3c
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,59 +45,66 @@ jobs:
fail-fast: false
matrix:
include:

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

cibw_arch: x86_64

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

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

- os: ubuntu-latest
python: 312
cpython-version: 312
platform_id: manylinux_x86_64
cibw_manylinux: manylinux2014
manylinux_image: manylinux2014
cibw_arch: x86_64


# MacOS arm64
- os: macos-14
python: 310
cpython-version: 310
platform_id: macosx_arm64
cibw_archs: arm64
- os: macos-14
python: 311
cpython-version: 311
platform_id: macosx_arm64
cibw_archs: arm64
- os: macos-14
python: 312
cpython-version: 312
platform_id: macosx_arm64
cibw_archs: arm64




steps:
- name: 'Clone Repository (Latest)'
uses: actions/checkout@v4
Expand Down

0 comments on commit c9f4c3c

Please sign in to comment.