Skip to content

Commit 8a0443a

Browse files
committed
Update minimum macOS version to 15 in Package.swift
Raised the minimum supported macOS version from 14 to 15 in the Swift package manifest to reflect updated platform requirements.
1 parent ba9d024 commit 8a0443a

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
@@ -27,7 +27,7 @@ var commonShellBenchDependencies: [Target.Dependency] = [
2727
let package = Package(
2828
name: "CommonShell",
2929
platforms: [
30-
.macOS(.v14), .iOS(.v17), .macCatalyst(.v17),
30+
.macOS(.v15), .iOS(.v17), .macCatalyst(.v17),
3131
],
3232
products: [
3333
.library(name: "CommonShell", targets: ["CommonShell"]),

0 commit comments

Comments
 (0)