Skip to content

Commit 63aafc3

Browse files
authored
Update macOS platform version to v13
1 parent 2327e41 commit 63aafc3

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
@@ -20,7 +20,7 @@ let testingLinkerFlags: [LinkerSetting] = [
2020
let package = Package(
2121
name: "JavaScriptKit",
2222
platforms: [
23-
.macOS(.v10_15),
23+
.macOS(.v13),
2424
.iOS(.v13),
2525
.tvOS(.v13),
2626
.watchOS(.v6),

0 commit comments

Comments
 (0)