Skip to content

Commit 28b3150

Browse files
Merge pull request #26 from NeedleInAJayStack/ci/fix-macos-publish
Fixes macOS publish
2 parents 08ab9be + 9fd1991 commit 28b3150

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)