Skip to content

Commit 65c0c4b

Browse files
committed
Update minimum deployment target to macOS 14
1 parent fe20eac commit 65c0c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ if buildOnlyTests {
720720

721721
let package = Package(
722722
name: "SourceKitLSP",
723-
platforms: [.macOS(.v13)],
723+
platforms: [.macOS(.v14)],
724724
products: products,
725725
dependencies: dependencies,
726726
targets: targets,

0 commit comments

Comments
 (0)