Skip to content

Commit

Permalink
Use Swift 5.6 for linux CI
Browse files Browse the repository at this point in the history
Test fail with "Exited with signal code 4"
  • Loading branch information
iabudiab committed Jan 15, 2023
1 parent 7c87f3d commit 713ef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup Swift
uses: fwal/setup-swift@v1
with:
swift-version: "5.5"
swift-version: "5.6"
- name: Build
run: swift build
- name: Test
Expand Down

0 comments on commit 713ef1f

Please sign in to comment.