Skip to content

Commit

Permalink
Removed Swift 5.7 from the test matrix, because it has a compiler bug…
Browse files Browse the repository at this point in the history
… that is causing crashes.
  • Loading branch information
wadetregaskis authored Jun 12, 2024
1 parent ee7e7cf commit 059b0ea
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
swift: ["5.7", "5.8", "5.9", "5.10"]
swift: ["5.8", "5.9", "5.10"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 059b0ea

Please sign in to comment.