Skip to content

Commit 0bbd0ef

Browse files
leogdionclaude
andcommitted
fix: use stable Swift 6.2 release for guaranteed LLVM v9
The 6.2 nightly snapshots (August 28) might still have newer LLVM v10. Using the stable 6.2 release (from September 2024) guarantees LLVM v9 compatibility with the Android SDK's profraw format. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 0176585 commit 0bbd0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MistKit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Build and Test on Android
164164
uses: ./.github/actions/swift-android-action
165165
with:
166-
swift-version: "nightly-6.2" # Use latest 6.2 nightly for LLVM v9 compatibility
166+
swift-version: "6.2" # Use stable 6.2 release for LLVM v9 compatibility
167167
android-api-level: 34
168168
build-package: true
169169
build-tests: true

0 commit comments

Comments
 (0)