Skip to content

Commit bc0cc78

Browse files
committed
Revert "ci(wheels): macos -- re-enable Ninja cmake generator"
This reverts commit 9c02b73. Signed-off-by: Zach Lewis <[email protected]>
1 parent 9c02b73 commit bc0cc78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ jobs:
352352
CIBW_BUILD: ${{ matrix.python }}
353353
CIBW_ARCHS: ${{ matrix.arch }}
354354
MACOSX_DEPLOYMENT_TARGET: 10.15
355+
CMAKE_GENERATOR: "Unix Makefiles"
355356
# TODO: Re-enable HEIF when we provide a build recipe that does
356357
# not include GPL-licensed dynamic libraries.
357358
USE_Libheif: 'OFF'
@@ -435,6 +436,7 @@ jobs:
435436
env:
436437
CIBW_BUILD: ${{ matrix.python }}
437438
CIBW_ARCHS: ${{ matrix.arch }}
439+
CMAKE_GENERATOR: "Unix Makefiles"
438440
CMAKE_BUILD_PARALLEL_LEVEL: 6
439441
CTEST_PARALLEL_LEVEL: 6
440442
SKBUILD_BUILD_DIR: "/Users/runner/work/OpenImageIO/OpenImageIO/build"

0 commit comments

Comments
 (0)