Skip to content

Commit b6c492e

Browse files
committed
fix swift version
1 parent 46a2dbf commit b6c492e

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
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
swift:
36-
- "6.0"
36+
- "6.2"
3737
runs-on: ubuntu-latest
3838
container: swift:${{ matrix.swift }}
3939
steps:

0 commit comments

Comments
 (0)