We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13baaa8 commit 09bb8e9Copy full SHA for 09bb8e9
.github/workflows/format.yml
@@ -12,15 +12,13 @@ concurrency:
12
jobs:
13
swift_format:
14
name: swift-format
15
- runs-on: macos-12
+ runs-on: macos-14
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
- name: Xcode Select
19
- run: sudo xcode-select -s /Applications/Xcode_14.0.1.app
20
- - name: Tap
21
- run: brew tap pointfreeco/formulae
+ run: sudo xcode-select -s /Applications/Xcode_15.4.app
22
- name: Install
23
- run: brew install Formulae/swift-format@5.7
+ run: brew install swift-format
24
- name: Format
25
run: make format
26
- uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments