Skip to content

Commit 9fd1991

Browse files
ci: Fix macos publish by specifying swift version
1 parent 08ab9be commit 9fd1991

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Set up Swift
1818
uses: swift-actions/setup-swift@v2
19+
with:
20+
swift-version: "6"
1921
- name: Build
2022
run: swift build --configuration release
2123
- name: Archive binary

0 commit comments

Comments
 (0)