Skip to content

Commit 6c29041

Browse files
committed
Bump to macosx14.5
1 parent 65b4149 commit 6c29041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/build.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ enum Platform: String, CaseIterable, CustomStringConvertible {
118118
case .macOS_13:
119119
return "macosx13.3"
120120
case .macOS_14:
121-
return "macosx14.2"
121+
return "macosx14.5"
122122
case .macCatalyst_13:
123123
return "macosx13.3"
124124
case .macCatalyst_14:
125-
return "macosx14.2"
125+
return "macosx14.5"
126126

127127
case .watchOS_6,
128128
.watchOS_7,

0 commit comments

Comments
 (0)