Skip to content

Commit 7aa0eb5

Browse files
committed
🧰 Change mac version requirements.
1 parent 5e9e245 commit 7aa0eb5

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
@@ -27,7 +27,7 @@ import PackageDescription
2727
let package = Package(
2828
name: "swift-vapor-route-builder",
2929
platforms: [
30-
.macOS(.v15)
30+
.macOS(.v10_15)
3131
],
3232
products: [
3333
.library(name: "VaporRouteBuilder", targets: ["VaporRouteBuilder"])

0 commit comments

Comments
 (0)