Skip to content

Commit cffe76c

Browse files
authored
Update benchmark tool to same macOS version as DocC (#1124)
rdar://141185270
1 parent bc67616 commit cffe76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/benchmark/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import PackageDescription
1414
let package = Package(
1515
name: "benchmark",
1616
platforms: [
17-
.macOS(.v10_15)
17+
.macOS(.v12)
1818
],
1919
products: [
2020
.executable(

0 commit comments

Comments
 (0)