Skip to content

Commit 77790b4

Browse files
authored
Update CMAKE_OSX_DEPLOYMENT_TARGET to 15.0 (#46)
As GitHub upgrades its macOS machine to 15.0, we update this var
1 parent 57d92bf commit 77790b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ build-dir = "build"
6666
[tool.scikit-build.cmake]
6767
build-type = "Release"
6868
args = ["-G", "Ninja"]
69-
define = { CMAKE_OSX_DEPLOYMENT_TARGET = "14.0" }
69+
define = { CMAKE_OSX_DEPLOYMENT_TARGET = "15.0" }
7070
version = ">=3.15"
7171
source-dir = "."
7272

0 commit comments

Comments
 (0)