Skip to content

Commit

Permalink
removed Swift 5.8 as it is still failing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderNey committed May 26, 2024
1 parent edc06e4 commit 1d5f60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Swift ${{ matrix.swift }}
strategy:
matrix:
swift: ["5.8", "5.10"]
swift: ["5.10"]
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v2
Expand Down

0 comments on commit 1d5f60e

Please sign in to comment.