From f75383c3d63307e05a0ef58cb7078d2f85cb0a5b Mon Sep 17 00:00:00 2001 From: Stephen Celis <stephen@stephencelis.com> Date: Tue, 23 Jul 2024 09:53:09 -0700 Subject: [PATCH] fix format --- .github/workflows/format.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 82c3ed7a..d00257ba 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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