File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 arch : ["armv6", "armv7"]
11- swift : ["6.1 .2"]
11+ swift : ["6.3 .2"]
1212 config : ["debug" , "release"]
1313 linux : ["raspios"]
1414 release : ["bookworm"]
3434 strategy :
3535 matrix :
3636 arch : ["armv7"]
37- swift : ["6.1 .2"]
37+ swift : ["6.3 .2"]
3838 config : ["debug" , "release"]
3939 linux : ["debian"]
4040 release : ["bookworm", "bullseye"]
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- swift : ["6.0.3 "]
9+ swift : ["6.3.2 "]
1010 config : ["debug", "release"]
1111 container : swift:${{ matrix.swift }}
1212 steps :
Original file line number Diff line number Diff line change 66 runs-on : windows-latest
77 strategy :
88 matrix :
9- swift : ["6.1 .2"]
9+ swift : ["6.3 .2"]
1010 config : ["debug", "release"]
1111 steps :
1212 - uses : compnerd/gha-setup-swift@main
Original file line number Diff line number Diff line change 2323 name : Linux
2424 strategy :
2525 matrix :
26- container : ["swift:6.0.3 ", "swift:6.1 .2"]
26+ container : ["swift:6.1.2 ", "swift:6.3 .2"]
2727 config : ["debug", "release"]
2828 options : ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
2929 runs-on : ubuntu-latest
4343 strategy :
4444 fail-fast : false
4545 matrix :
46- swift : ['6.1 ', 'nightly-6.2 ']
46+ swift : ['6.2 ', 'nightly-6.3 ']
4747 arch : ["aarch64", "x86_64"]
4848 runs-on : macos-15
4949 timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments