diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 370a2e52..08444e6a 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