Skip to content

Commit b6e46a8

Browse files
committed
ci: migrate to SwiftyLab/setup-swift for Windows
- Replace compnerd/gha-setup-swift with SwiftyLab/setup-swift@latest - Simpler syntax: only swift-version parameter needed - Cross-platform action (works on macOS, Linux, Windows) - Better reliability with semantic versioning support - Built-in caching and GPG verification
1 parent 083bf45 commit b6e46a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v5
6565

66-
- uses: compnerd/gha-setup-swift@main
66+
- uses: SwiftyLab/setup-swift@latest
6767
with:
6868
swift-version: "6.1"
69-
swift-build: "6.1-RELEASE"
7069

7170
- name: Build
7271
run: swift build

0 commit comments

Comments
 (0)