Skip to content

Commit 7de5837

Browse files
authored
Bump minimum Mac version to 13.0 (#3)
1 parent ac44e9a commit 7de5837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "WebWorkerKit",
6-
platforms: [.macOS(.v10_15), .iOS(.v13)],
6+
platforms: [.macOS(.v13), .iOS(.v13)],
77
products: [
88
.library(
99
name: "WebWorkerKit",

0 commit comments

Comments
 (0)