File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 config : ["debug", "release"]
11- options : ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1", "SWIFT_BLUETOOTH_C_SHIMS=1" ]
11+ options : ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v4
2323 name : Linux
2424 strategy :
2525 matrix :
26- container : ["swift:6.0.3", "swift:6.1.1 "]
26+ container : ["swift:6.0.3", "swift:6.1.2", "swiftlang/swift:nightly-jammy "]
2727 config : ["debug", "release"]
28- options : ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1", "SWIFT_BLUETOOTH_C_SHIMS=1" ]
28+ options : ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
2929 runs-on : ubuntu-latest
3030 container : ${{ matrix.container }}-jammy
3131 steps :
3838 - name : Test
3939 run : ${{ matrix.options }} swift test -c ${{ matrix.config }}
4040
41- android-arm :
41+ android :
4242 name : Android
4343 strategy :
4444 fail-fast : false
You can’t perform that action at this time.
0 commit comments