Skip to content

Commit ba61e69

Browse files
authored
Fix format workflow (gonzalezreal#329)
1 parent 993982f commit ba61e69

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/format.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
66
jobs:
77
format:
88
name: swift-format
9-
runs-on: macos-12
9+
runs-on: macos-13
1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Select Xcode 14.2
13-
run: sudo xcode-select -s /Applications/Xcode_14.2.app
14-
- name: Tap
15-
run: brew tap pointfreeco/formulae
11+
- uses: actions/checkout@v4
12+
- name: Select Xcode
13+
run: sudo xcode-select -s /Applications/Xcode_15.0.app
1614
- name: Install
17-
run: brew install Formulae/swift-format@5.7
15+
run: brew install swift-format
1816
- name: Format
1917
run: make format
2018
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)