Skip to content

Commit dff22fa

Browse files
Update macOS target to 14.0+
1 parent 867fe57 commit dff22fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set_property(CACHE COMPUTE_BACKEND PROPERTY STRINGS cpu cuda hip mps xpu)
3737
option(PTXAS_VERBOSE "Pass through -v flag to PTX Assembler" OFF)
3838

3939
if(APPLE)
40-
set(CMAKE_OSX_DEPLOYMENT_TARGET 13.1)
40+
set(CMAKE_OSX_DEPLOYMENT_TARGET 14.0)
4141
endif()
4242

4343
set(BNB_OUTPUT_NAME "bitsandbytes")

0 commit comments

Comments
 (0)