Skip to content

Commit cfa0f0d

Browse files
authored
CI/CD: Set Target macOS to 14.0 (#20)
1 parent 2131e36 commit cfa0f0d

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
@@ -49,7 +49,7 @@ wheel.expand-macos-universal-tags = true
4949
build-dir = "build"
5050
cmake.build-type = "Release"
5151
cmake.args = ["-G", "Ninja"]
52-
cmake.define = { CMAKE_OSX_DEPLOYMENT_TARGET = "15.0" }
52+
cmake.define = { CMAKE_OSX_DEPLOYMENT_TARGET = "14.0" }
5353
cmake.version = ">=3.15"
5454
cmake.source-dir = "."
5555
install.strip = false

0 commit comments

Comments
 (0)