Skip to content

Commit 2c739ac

Browse files
committed
Update GitHub CI
1 parent 6890c35 commit 2c739ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -23,9 +23,9 @@ jobs:
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:
@@ -38,7 +38,7 @@ jobs:
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

0 commit comments

Comments
 (0)