Skip to content

Commit 0b18142

Browse files
committed
Attempt to fix macos testing
1 parent 54ac76a commit 0b18142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *musllinux*"
3939
CIBW_ENVIRONMENT_WINDOWS: CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" CMAKE_PROGRAM_PATH="D:/a/_temp/msys64/usr/bin" CMAKE_GENERATOR="Ninja" TEMP="D:/a/_temp/"
4040
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc
41-
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion`
41+
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
4242
CIBW_BEFORE_TEST: python -m pip debug --verbose
4343
CIBW_TEST_REQUIRES: pytest
4444
CIBW_TEST_COMMAND: pytest {package}/tests

0 commit comments

Comments
 (0)