Skip to content

Commit 1eb4b94

Browse files
authored
Update format.yml
1 parent 7d85f79 commit 1eb4b94

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/format.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ on:
88
jobs:
99
swift_format:
1010
name: swift-format
11-
runs-on: macOS-latest
11+
runs-on: macOS-11
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Xcode Select
15+
run: sudo xcode-select -s /Applications/Xcode_13.0.app
16+
- name: Tap
17+
run: brew tap pointfreeco/formulae
1418
- name: Install
15-
run: brew install swift-format
19+
run: brew install Formulae/swift-format@5.5
1620
- name: Format
1721
run: make format
1822
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)