We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7719f22 commit 12fb6c3Copy full SHA for 12fb6c3
.github/workflows/format.yml
@@ -8,15 +8,13 @@ on:
8
jobs:
9
swift_format:
10
name: swift-format
11
- runs-on: macOS-11
+ runs-on: macOS-14
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Xcode Select
15
- run: sudo xcode-select -s /Applications/Xcode_13.0.app
16
- - name: Tap
17
- run: brew tap pointfreeco/formulae
+ run: sudo xcode-select -s /Applications/Xcode_15.4.app
18
- name: Install
19
- run: brew install Formulae/swift-format@5.5
+ run: brew install swift-format
20
- name: Format
21
run: make format
22
- uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments