Skip to content

Commit

Permalink
Update benchmark tool to same macOS version as DocC (#1124)
Browse files Browse the repository at this point in the history
rdar://141185270
  • Loading branch information
d-ronnqvist authored Dec 10, 2024
1 parent bc67616 commit cffe76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/benchmark/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import PackageDescription
let package = Package(
name: "benchmark",
platforms: [
.macOS(.v10_15)
.macOS(.v12)
],
products: [
.executable(
Expand Down

0 comments on commit cffe76c

Please sign in to comment.