From 51a425b8548adcce05a99d731ce236c9c31d61f8 Mon Sep 17 00:00:00 2001 From: Percy Date: Sat, 23 Aug 2025 12:05:30 -0500 Subject: [PATCH] Update CMAKE_OSX_DEPLOYMENT_TARGET to 15.0 As GitHub upgrades its macOS machine to 15.0, we update this var --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cad5ff..896996f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ build-dir = "build" [tool.scikit-build.cmake] build-type = "Release" args = ["-G", "Ninja"] -define = { CMAKE_OSX_DEPLOYMENT_TARGET = "14.0" } +define = { CMAKE_OSX_DEPLOYMENT_TARGET = "15.0" } version = ">=3.15" source-dir = "."