Skip to content

Commit 399ad82

Browse files
authored
ci: Fix wheel building on Mac ARM (continuation of #4668) (#4675)
The Intel Macs had this problem last week and #4668 fixed it. Now suddenly the ARM Macs had it this week. Seems to be something changing on the skbuild side. Signed-off-by: Larry Gritz <[email protected]>
1 parent db36ed1 commit 399ad82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ jobs:
328328
env:
329329
CIBW_BUILD: ${{ matrix.python }}
330330
CIBW_ARCHS: ${{ matrix.arch }}
331+
CMAKE_GENERATOR: "Unix Makefiles"
331332

332333
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
333334
with:

0 commit comments

Comments
 (0)