Skip to content

Commit f595374

Browse files
committed
[swift_snapshot_tool] Make the required platform macOS v14 so that we can use some newer APIs.
1 parent e24f296 commit f595374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_snapshot_tool/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "swift_snapshot_tool",
8-
platforms: [.macOS(.v12)],
8+
platforms: [.macOS(.v14)],
99
products: [
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.executable(

0 commit comments

Comments
 (0)