Skip to content

Commit

Permalink
Bump format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jul 23, 2024
1 parent f921077 commit eb910d0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ concurrency:
jobs:
swift_format:
name: swift-format
runs-on: macOS-11
runs-on: macOS-14
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Xcode Select
run: sudo xcode-select -s /Applications/Xcode_13.0.app
- name: Tap
run: brew tap pointfreeco/formulae
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Install
run: brew install Formulae/swift-format@5.5
run: brew install swift-format
- name: Format
run: make format
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit eb910d0

Please sign in to comment.