Skip to content

Commit

Permalink
Bump macOS version in build.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Apr 24, 2023
1 parent 1efd3c8 commit b9584ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ enum Platform: String, CaseIterable, CustomStringConvertible {
case .macOS_12:
return "macosx12.3"
case .macOS_13:
return "macosx13.0"
return "macosx13.3"

case .watchOS_6,
.watchOS_7,
Expand Down

0 comments on commit b9584ff

Please sign in to comment.