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 edcf9d9 commit 122e790
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ 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
#- 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
- os: ubuntu-latest
name: x86_64
cpython-version: 39
Expand All @@ -60,13 +60,13 @@ jobs:
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: 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
name: x86_64
cpython-version: 310
Expand Down

0 comments on commit 122e790

Please sign in to comment.