Skip to content

Commit 2b92c3f

Browse files
committed
Disable build for swift-6.3-branch tag
1 parent 4b13402 commit 2b92c3f

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
@@ -22,7 +22,8 @@ jobs:
2222
#arch: ['x86_64']
2323
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
2424
#arch: ['x86_64', '']
25-
swift-version: ['swift-6.2-RELEASE', 'swift-6.2-branch', 'swift-6.3-branch', 'development']
25+
#swift-version: ['swift-6.2-RELEASE', 'swift-6.2-branch', 'swift-6.3-branch', 'development']
26+
swift-version: ['swift-6.2-RELEASE', 'swift-6.2-branch', 'development']
2627
runs-on: ubuntu-24.04
2728
steps:
2829
- name: Checkout swift-docker

0 commit comments

Comments
 (0)