Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
411c79e8b5 | ||
|
|
8067bdf45d |
@@ -31,7 +31,7 @@ jobs:
|
|||||||
name: Ubuntu
|
name: Ubuntu
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: swift:6.3.3
|
image: git.omgitsalexl.me/omgitsalexl/ci-swift:6.3.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
@@ -4,7 +4,11 @@
|
|||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
|
|
||||||
name: "SwiftRunnerTesting",
|
name: "SwiftRunnerTesting",
|
||||||
|
platforms: [
|
||||||
|
.macOS(.v14)
|
||||||
|
],
|
||||||
products: [
|
products: [
|
||||||
.executable(name: "SwiftRunnerTesting", targets: ["SwiftRunnerTesting"]),
|
.executable(name: "SwiftRunnerTesting", targets: ["SwiftRunnerTesting"]),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user