Skip to content

Commit

Permalink
Drop swift 5.2 from linux runner (unsupported)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoto committed Sep 27, 2023
1 parent cc92e20 commit b24616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
swiftpm-linux:
strategy:
matrix:
swift: ["5.2", "5.7"]
swift: ["5.7"]

name: SwiftPM Linux
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b24616b

Please sign in to comment.