Skip to content

Commit d572957

Browse files
committed
fix: Update the macOS platform version
1 parent b9f2416 commit d572957

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
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "saga-cli",
77
platforms: [
8-
.macOS(.v12),
8+
.macOS(.v14),
99
],
1010
products: [
1111
.executable(name: "saga", targets: ["SagaCLI"]),

0 commit comments

Comments
 (0)