From e4e8c34e9125825e003ce78e7ebc4f0f277c28b5 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 8 Oct 2021 15:33:22 -0400 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 09d4104..dc82144 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,13 +8,15 @@ on: jobs: swift_format: name: swift-format - runs-on: macOS-latest + runs-on: macOS-11 steps: - uses: actions/checkout@v2 + - name: Xcode Select + run: sudo xcode-select -s /Applications/Xcode_13.0.app - name: Tap run: brew tap pointfreeco/formulae - name: Install - run: brew install Formulae/swift-format@5.3 + run: brew install Formulae/swift-format@5.5 - name: Format run: make format - uses: stefanzweifel/git-auto-commit-action@v4