Skip to content

Commit

Permalink
Update required macos version to v13 (Ventura).
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Jun 30, 2024
1 parent 0c6ca66 commit f5713af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Mockolo",
platforms: [
.macOS(.v12),
.macOS(.v13),
],
products: [
.executable(name: "mockolo", targets: ["Mockolo"]),
Expand Down

0 comments on commit f5713af

Please sign in to comment.