Skip to content

Commit dd221e2

Browse files
miriamkwclaude
andcommitted
Fix Windows CI Swift setup error
- Replace swift-actions/setup-swift@v2 with SwiftyLab/setup-swift@latest for Windows - Use Swift 5.10 instead of 6.0 for better Windows compatibility - SwiftyLab/setup-swift has confirmed Windows support and active maintenance - Swift 5.10.1 officially supports Windows as of 2024 This resolves the "Version '6.0' is not available" error on Windows runners. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 541ba48 commit dd221e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040

4141
- name: Set up Swift (Windows)
4242
if: matrix.os == 'windows-latest'
43-
uses: swift-actions/setup-swift@v2
43+
uses: SwiftyLab/setup-swift@latest
4444
with:
45-
swift-version: "6.0"
45+
swift-version: "5.10"
4646

4747
- name: Install dependencies
4848
run: |

0 commit comments

Comments
 (0)