diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da834a8..1535ef9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,10 +17,12 @@ jobs: - name: SwiftLint run: mint run swiftlint --strict SwiftFormat: - runs-on: macos-latest + runs-on: macos-13 needs: SwiftLint steps: - uses: actions/checkout@v4 + - name: Select Xcode 15 + run: sudo xcode-select -s /Applications/Xcode_15.0.app/ - uses: irgaly/setup-mint@v1 - name: SwiftFormat Lint run: mint run swiftformat --lint . diff --git a/Mintfile b/Mintfile index 69eb4bb..064bc1d 100644 --- a/Mintfile +++ b/Mintfile @@ -1,2 +1,2 @@ realm/SwiftLint@0.54.0 -nicklockwood/SwiftFormat@0.52.3 +nicklockwood/SwiftFormat@0.52.11