Skip to content

Commit b7d1d9f

Browse files
committed
bump samples to macOS 15 base for now
1 parent 447efaf commit b7d1d9f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Samples/JavaDependencySampleApp/Package.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ let javaIncludePath = "\(javaHome)/include"
4343
let package = Package(
4444
name: "JavaDependencySampleApp",
4545
platforms: [
46-
.macOS(.v13),
47-
.iOS(.v13),
48-
.tvOS(.v13),
49-
.watchOS(.v6),
50-
.macCatalyst(.v13),
46+
.macOS(.v15),
5147
],
5248

5349
products: [

0 commit comments

Comments
 (0)