Skip to content

Commit 873d47b

Browse files
authored
Merge pull request #2215 from bkhouri/t/main/update_minimum_macos_to_v14
Update minimum deployment target to macOS 14
2 parents fe20eac + 65c0c4b commit 873d47b

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)