Skip to content

Commit 46ede90

Browse files
committed
ci: update Swift Format workflow to use Swift 6.1
Change container from swift:6.0 to swift:6.1 to match minimum Swift version requirement in Package.swift
1 parent a580658 commit 46ede90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
swift_format:
1414
name: swift-format
1515
runs-on: ubuntu-latest
16-
container: swift:6.0
16+
container: swift:6.1
1717
permissions:
1818
contents: write
1919
steps:

0 commit comments

Comments
 (0)