Skip to content

Commit 09bb8e9

Browse files
committed
Fix format
1 parent 13baaa8 commit 09bb8e9

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
@@ -12,15 +12,13 @@ concurrency:
1212
jobs:
1313
swift_format:
1414
name: swift-format
15-
runs-on: macos-12
15+
runs-on: macos-14
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Xcode Select
19-
run: sudo xcode-select -s /Applications/Xcode_14.0.1.app
20-
- name: Tap
21-
run: brew tap pointfreeco/formulae
19+
run: sudo xcode-select -s /Applications/Xcode_15.4.app
2220
- name: Install
23-
run: brew install Formulae/swift-format@5.7
21+
run: brew install swift-format
2422
- name: Format
2523
run: make format
2624
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)