Skip to content

Commit 15e8c62

Browse files
committed
Update CI to handle new scheme names from swiftlang/swift-docker@87bf6a2
1 parent efa4824 commit 15e8c62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_android_sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
2424
#arch: ['x86_64', '']
2525
#swift-version: ['release', 'swift-6.2-branch', 'development']
26-
swift-version: ['swift-6.2-branch', 'development']
26+
#swift-version: ['swift-6.2-branch', 'development']
27+
swift-version: ['scheme:release/6.2', 'scheme:main']
2728
runs-on: ubuntu-24.04
2829
steps:
2930
- name: Checkout swift-docker

0 commit comments

Comments
 (0)