Skip to content

Commit f73f493

Browse files
authored
Update format.yml
1 parent 2cc12c8 commit f73f493

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +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
1416
- name: Tap
1517
run: brew tap pointfreeco/formulae
1618
- name: Install
17-
run: brew install Formulae/swift-format@5.3
19+
run: brew install Formulae/swift-format@5.5
1820
- name: Format
1921
run: make format
2022
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)