Skip to content

Commit

Permalink
fix swift 5.10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf committed Jan 10, 2025
1 parent 0781c6f commit 5d76d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
swift: ["5.10", "6.0"]
swift: ["5.10.0", "6.0"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 5d76d30

Please sign in to comment.