Skip to content

Commit

Permalink
Use released Swift 6.0 in CI (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboemer authored Sep 17, 2024
1 parent 6cb205d commit 6fb73e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["swift-6.0-DEVELOPMENT-SNAPSHOT-2024-08-06-a" ]
swift: ["6.0"]
name: swift ${{ matrix.swift }} tests
steps:
- uses: slashmo/[email protected]
Expand Down

0 comments on commit 6fb73e7

Please sign in to comment.