Skip to content

Commit d0ae2c5

Browse files
authored
Revert "Fix platforms declaration in IntegrationTests package (#6873)" (#6934)
This reverts commit ab95810. This shouldn't have been necessary since the automatic raise of test deployment targets should be sufficient here.
1 parent 87a4e75 commit d0ae2c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

IntegrationTests/Package.swift

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

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

0 commit comments

Comments
 (0)