File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 include :
17+ # Swift 5.8.1
18+ - os : macos-13
19+ xcode : Xcode_14.3.1
20+ development-toolchain-tag : swift-DEVELOPMENT-SNAPSHOT-2024-10-08-a
21+ wasi-swift-sdk-download : " https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-10-15-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-10-15-a-wasm32-unknown-wasi.artifactbundle.zip"
22+ wasi-swift-sdk-id : DEVELOPMENT-SNAPSHOT-2024-10-15-a-wasm32-unknown-wasi
23+ wasi-swift-sdk-checksum : " 229cd9d3b0ed582c7ef7c3064888ad78764e4743b5a770df92554a94513f53fb"
24+ test-args : " "
1725 # Swift 5.9.0
1826 - os : macos-13
1927 xcode : Xcode_15.0.1
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ let package = Package(
127127if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
128128 package . dependencies += [
129129 . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.2.2 " ) ,
130- . package ( url: " https://github.com/apple/swift-system " , . upToNextMinor ( from: " 1.5 .0 " ) ) ,
130+ . package ( url: " https://github.com/apple/swift-system " , from: " 1.3 .0 " ) ,
131131 ]
132132} else {
133133 package . dependencies += [
You can’t perform that action at this time.
0 commit comments