File tree Expand file tree Collapse file tree 7 files changed +1207
-742
lines changed
Expand file tree Collapse file tree 7 files changed +1207
-742
lines changed Original file line number Diff line number Diff line change @@ -115,19 +115,19 @@ jobs:
115115 platform_id : manylinux_aarch64
116116
117117 # MacOS x86_64
118- - os : macos-latest
118+ - os : macos-12
119119 python : 38
120120 platform_id : macosx_x86_64
121- - os : macos-latest
121+ - os : macos-12
122122 python : 39
123123 platform_id : macosx_x86_64
124- - os : macos-latest
124+ - os : macos-12
125125 python : 310
126126 platform_id : macosx_x86_64
127- - os : macos-latest
127+ - os : macos-12
128128 python : 311
129129 platform_id : macosx_x86_64
130- - os : macos-latest
130+ - os : macos-12
131131 python : 312
132132 platform_id : macosx_x86_64
133133
@@ -178,19 +178,19 @@ jobs:
178178 matrix :
179179 include :
180180 # MacOS arm64
181- - os : macos-latest
181+ - os : macos-14
182182 python : 38
183183 platform_id : macosx_arm64
184- - os : macos-latest
184+ - os : macos-14
185185 python : 39
186186 platform_id : macosx_arm64
187- - os : macos-latest
187+ - os : macos-14
188188 python : 310
189189 platform_id : macosx_arm64
190- - os : macos-latest
190+ - os : macos-14
191191 python : 311
192192 platform_id : macosx_arm64
193- - os : macos-latest
193+ - os : macos-14
194194 python : 312
195195 platform_id : macosx_arm64
196196
@@ -215,13 +215,6 @@ jobs:
215215 run : |
216216 python -m cibuildwheel --output-dir dist
217217
218- # Cross compiling wheels for arm64 with poetry creates wheels with wrong tag
219- # Update the wheel with the correct tag then remove the incorrect wheel
220- - name : Fix poetry mistagging
221- run : |
222- wheel tags --platform-tag macosx_12_0_arm64 ./dist/*-macosx_12_0_x86_64.whl
223- rm ./dist/*-macosx_12_0_x86_64.whl
224-
225218 - name : Store artifacts
226219 uses : actions/upload-artifact@v4
227220 with :
You can’t perform that action at this time.
0 commit comments