Skip to content

Commit 2cdef48

Browse files
committed
Fix Swift version compatibility with Xcode 16.4
1 parent 3385580 commit 2cdef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-draggy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Swift
1919
uses: swift-actions/setup-swift@v2
2020
with:
21-
swift-version: '5.9.2'
21+
swift-version: '6.0'
2222

2323
- name: Setup Go
2424
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)