Skip to content

Commit

Permalink
try to run on swift 5.10 only
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderNey committed May 26, 2024
1 parent 60dcaa6 commit 024080b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log
run: swiftformat --lint --lenient . --reporter github-actions-log

build:
name: Swift ${{ matrix.swift }}
strategy:
matrix:
swift: ["5.8", "5.9"]
swift: ["5.10.0"]
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v2
Expand Down

0 comments on commit 024080b

Please sign in to comment.