Skip to content

Commit 12fb6c3

Browse files
committed
Fix format
1 parent 7719f22 commit 12fb6c3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/format.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
jobs:
99
swift_format:
1010
name: swift-format
11-
runs-on: macOS-11
11+
runs-on: macOS-14
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Xcode Select
15-
run: sudo xcode-select -s /Applications/Xcode_13.0.app
16-
- name: Tap
17-
run: brew tap pointfreeco/formulae
15+
run: sudo xcode-select -s /Applications/Xcode_15.4.app
1816
- name: Install
19-
run: brew install Formulae/swift-format@5.5
17+
run: brew install swift-format
2018
- name: Format
2119
run: make format
2220
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)