We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa4824 commit 15e8c62Copy full SHA for 15e8c62
.github/workflows/build_android_sdk.yml
@@ -23,7 +23,8 @@ jobs:
23
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
24
#arch: ['x86_64', '']
25
#swift-version: ['release', 'swift-6.2-branch', 'development']
26
- swift-version: ['swift-6.2-branch', 'development']
+ #swift-version: ['swift-6.2-branch', 'development']
27
+ swift-version: ['scheme:release/6.2', 'scheme:main']
28
runs-on: ubuntu-24.04
29
steps:
30
- name: Checkout swift-docker
0 commit comments