Skip to content

Commit ab95810

Browse files
authored
Fix platforms declaration in IntegrationTests package (#6873)
Not sure why this is only becoming visible now, it seems like this should have been needed since swiftlang/swift-tools-support-core@be6f396
1 parent 916b05a commit ab95810

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IntegrationTests/Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import PackageDescription
44

55
let package = Package(
66
name: "IntegrationTests",
7+
platforms: [
8+
.macOS(.v10_15),
9+
],
710
targets: [
811
.testTarget(name: "IntegrationTests", dependencies: [
912
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),

0 commit comments

Comments
 (0)