Skip to content

Commit

Permalink
Removed Swift 5.8 from the test matrix, because it apparently has the…
Browse files Browse the repository at this point in the history
… same compiler bug as 5.7.
  • Loading branch information
wadetregaskis authored Jun 12, 2024
1 parent 059b0ea commit 77f3fe3
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.8", "5.9", "5.10"]
swift: ["5.9", "5.10"]

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

Expand Down

0 comments on commit 77f3fe3

Please sign in to comment.