Skip to content

Commit

Permalink
Use Swift 5.7 for linux CI
Browse files Browse the repository at this point in the history
Test fail with the error "Exited with signal code 4" under Swift 5.5 and
Swift 5.6
  • Loading branch information
iabudiab committed Jan 15, 2023
1 parent 713ef1f commit 69e53ea
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.6"
swift-version: "5.7"
- name: Build
run: swift build
- name: Test
Expand Down

0 comments on commit 69e53ea

Please sign in to comment.