Skip to content

Commit a1bd218

Browse files
committed
mod
1 parent 6fffc35 commit a1bd218

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -163,32 +163,32 @@ jobs:
163163
macosx_deployment_target: 10.14
164164
arch: x86_64
165165

166-
# MacOS arm
166+
# MacOS arm64
167167
- os: macos-14
168168
python: 38
169-
platform_id: macosx_arm
169+
platform_id: macosx_arm64
170170
macosx_deployment_target: 11.7
171-
arch: arm
171+
arch: arm64
172172
- os: macos-14
173173
python: 39
174-
platform_id: macosx_arm
174+
platform_id: macosx_arm64
175175
macosx_deployment_target: 11.7
176-
arch: arm
176+
arch: arm64
177177
- os: macos-14
178178
python: 310
179-
platform_id: macosx_arm
179+
platform_id: macosx_arm64
180180
macosx_deployment_target: 11.7
181-
arch: arm
181+
arch: arm64
182182
- os: macos-14
183183
python: 311
184-
platform_id: macosx_arm
184+
platform_id: macosx_arm64
185185
macosx_deployment_target: 11.7
186-
arch: arm
186+
arch: arm64
187187
- os: macos-14
188188
python: 312
189-
platform_id: macosx_arm
189+
platform_id: macosx_arm64
190190
macosx_deployment_target: 11.7
191-
arch: arm
191+
arch: arm64
192192

193193

194194
steps:
@@ -209,7 +209,6 @@ jobs:
209209
env:
210210
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
211211
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
212-
CIBW_TEST_SKIP: "*-macosx_arm"
213212
CIBW_BEFORE_BUILD: pip install pybind11
214213
CIBW_TEST_COMMAND: pytest {project}/tests -vv
215214
CIBW_TEST_REQUIRES: pytest numpy

0 commit comments

Comments
 (0)