Skip to content

Commit

Permalink
build: Disable swift 6 CI
Browse files Browse the repository at this point in the history
This is because swift-action hasn't yet merged swift 6 support
  • Loading branch information
NeedleInAJayStack committed Nov 7, 2024
1 parent 2070689 commit f99ae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
swift: ["5.7", "5.8", "5.9", "5.10", "6.0"]
swift: ["5.7", "5.8", "5.9", "5.10"]
steps:
- uses: swift-actions/setup-swift@v2
with:
Expand Down

0 comments on commit f99ae80

Please sign in to comment.