Skip to content

Commit 6fb73e7

Browse files
authored
Use released Swift 6.0 in CI (#112)
1 parent 6cb205d commit 6fb73e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
swift: ["swift-6.0-DEVELOPMENT-SNAPSHOT-2024-08-06-a" ]
40+
swift: ["6.0"]
4141
name: swift ${{ matrix.swift }} tests
4242
steps:
4343
- uses: slashmo/[email protected]

0 commit comments

Comments
 (0)