Skip to content

Commit 7fecde9

Browse files
committed
propogate platform minimum to ExternalBenchmarks
1 parent c99685f commit 7fecde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExternalBenchmarks/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: "ExternalBenchmarks",
77
platforms: [
8-
.macOS(.v13),
8+
.macOS("13.3"),
99
],
1010
dependencies: [
1111
.package(url: "https://github.com/ordo-one/package-benchmark", .upToNextMajor(from: "1.0.0")),

0 commit comments

Comments
 (0)