Skip to content

Commit b520d95

Browse files
committed
Update format CI
1 parent b49442a commit b520d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Xcode Select
19-
run: sudo xcode-select -s /Applications/Xcode_13.4.1.app
19+
run: sudo xcode-select -s /Applications/Xcode_14.0.1.app
2020
- name: Tap
2121
run: brew tap pointfreeco/formulae
2222
- name: Install
23-
run: brew install Formulae/swift-format@5.6
23+
run: brew install Formulae/swift-format@5.7
2424
- name: Format
2525
run: make format
2626
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)