Skip to content

Commit 967f72e

Browse files
author
andrewelliott
committed
Reduce deployment targets by 3 versions
1 parent 688b089 commit 967f72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import PackageDescription
1717
let package = Package(
1818
name: "swift-openapi-generator",
1919
platforms: [
20-
.macOS(.v13)
20+
.macOS(.v10_15)
2121
],
2222
products: [
2323
.executable(name: "swift-openapi-generator", targets: ["swift-openapi-generator"]),

0 commit comments

Comments
 (0)