File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -163,32 +163,32 @@ jobs:
163
163
macosx_deployment_target : 10.14
164
164
arch : x86_64
165
165
166
- # MacOS arm
166
+ # MacOS arm64
167
167
- os : macos-14
168
168
python : 38
169
- platform_id : macosx_arm
169
+ platform_id : macosx_arm64
170
170
macosx_deployment_target : 11.7
171
- arch : arm
171
+ arch : arm64
172
172
- os : macos-14
173
173
python : 39
174
- platform_id : macosx_arm
174
+ platform_id : macosx_arm64
175
175
macosx_deployment_target : 11.7
176
- arch : arm
176
+ arch : arm64
177
177
- os : macos-14
178
178
python : 310
179
- platform_id : macosx_arm
179
+ platform_id : macosx_arm64
180
180
macosx_deployment_target : 11.7
181
- arch : arm
181
+ arch : arm64
182
182
- os : macos-14
183
183
python : 311
184
- platform_id : macosx_arm
184
+ platform_id : macosx_arm64
185
185
macosx_deployment_target : 11.7
186
- arch : arm
186
+ arch : arm64
187
187
- os : macos-14
188
188
python : 312
189
- platform_id : macosx_arm
189
+ platform_id : macosx_arm64
190
190
macosx_deployment_target : 11.7
191
- arch : arm
191
+ arch : arm64
192
192
193
193
194
194
steps :
@@ -209,7 +209,6 @@ jobs:
209
209
env :
210
210
CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.manylinux_image }}
211
211
CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.platform_id }}
212
- CIBW_TEST_SKIP : " *-macosx_arm"
213
212
CIBW_BEFORE_BUILD : pip install pybind11
214
213
CIBW_TEST_COMMAND : pytest {project}/tests -vv
215
214
CIBW_TEST_REQUIRES : pytest numpy
You can’t perform that action at this time.
0 commit comments