Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
atksh committed Apr 13, 2024
1 parent 6fffc35 commit a1bd218
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,32 +163,32 @@ jobs:
macosx_deployment_target: 10.14
arch: x86_64

# MacOS arm
# MacOS arm64
- os: macos-14
python: 38
platform_id: macosx_arm
platform_id: macosx_arm64
macosx_deployment_target: 11.7
arch: arm
arch: arm64
- os: macos-14
python: 39
platform_id: macosx_arm
platform_id: macosx_arm64
macosx_deployment_target: 11.7
arch: arm
arch: arm64
- os: macos-14
python: 310
platform_id: macosx_arm
platform_id: macosx_arm64
macosx_deployment_target: 11.7
arch: arm
arch: arm64
- os: macos-14
python: 311
platform_id: macosx_arm
platform_id: macosx_arm64
macosx_deployment_target: 11.7
arch: arm
arch: arm64
- os: macos-14
python: 312
platform_id: macosx_arm
platform_id: macosx_arm64
macosx_deployment_target: 11.7
arch: arm
arch: arm64


steps:
Expand All @@ -209,7 +209,6 @@ jobs:
env:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
CIBW_TEST_SKIP: "*-macosx_arm"
CIBW_BEFORE_BUILD: pip install pybind11
CIBW_TEST_COMMAND: pytest {project}/tests -vv
CIBW_TEST_REQUIRES: pytest numpy
Expand Down

0 comments on commit a1bd218

Please sign in to comment.