Skip to content

Commit

Permalink
Run linting on latest macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Panhans <henrik@panhans.dev>
  • Loading branch information
henrik-dmg committed Nov 23, 2024
1 parent 818ff18 commit 289bf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

lint-code:
name: Lint Swift Code
runs-on: macos-13
runs-on: macos-latest
steps:
- name: Configure Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -64,7 +64,7 @@ jobs:
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Install SwiftLint
- name: Install swift-format and Periphery
run: brew install swift-format peripheryapp/periphery/periphery
- name: Lint code
run: Scripts/lint-swift-code
Expand Down

0 comments on commit 289bf1a

Please sign in to comment.