From 09bb8e969d9b82f9c3c4fda7fcf6ff493be0b5de Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Sun, 16 Jun 2024 10:40:39 -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 370a2e5..08444e6 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-12 + runs-on: macos-14 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Xcode Select - run: sudo xcode-select -s /Applications/Xcode_14.0.1.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.7 + run: brew install swift-format - name: Format run: make format - uses: stefanzweifel/git-auto-commit-action@v4