Specified platform version
Swift Testing / Windows (push) Successful in 6m55s
Swift Testing / Ubuntu (push) Successful in 1m13s
Swift Testing / macOS (push) Successful in 1m15s

This commit is contained in:
2026-08-24 10:16:40 -07:00
parent 8067bdf45d
commit 411c79e8b5
+4
View File
@@ -4,7 +4,11 @@
import PackageDescription
let package = Package(
name: "SwiftRunnerTesting",
platforms: [
.macOS(.v14)
],
products: [
.executable(name: "SwiftRunnerTesting", targets: ["SwiftRunnerTesting"]),
],