File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 name : Test Swift ${{ matrix.swift }} Ubuntu Latest
1414 strategy :
1515 matrix :
16- swift : ["6.0.3 ", "6.1"]
16+ swift : ["6.1 ", "6.1.2 "]
1717 runs-on : ubuntu-latest
1818 container : swift:${{ matrix.swift }}
1919 steps :
2424 name : Test Swift ${{ matrix.swift }} macOS
2525 strategy :
2626 matrix :
27- swift : ["6.0.3 ", "6.1"]
27+ swift : ["6.1 ", "6.1.2 "]
2828 runs-on : macos-15
2929 steps :
3030 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ let package = Package(
2323 ) ,
2424 ] ,
2525 dependencies: [
26- . package ( url: " https://github.com/apple/swift-numerics " , exact : " 1.1.0-prerelease " ) ,
26+ . package ( url: " https://github.com/apple/swift-numerics " , from : " 1.1.0 " ) ,
2727 ] ,
2828 targets: [
2929 . executableTarget( name: " CodeGeneratorExecutable " ) ,
You can’t perform that action at this time.
0 commit comments