Skip to content

Commit

Permalink
Use macos runner for lint github action
Browse files Browse the repository at this point in the history
swiftlint crashes on latest ubuntu runner
  • Loading branch information
alexdeem committed Dec 20, 2023
1 parent 06585a1 commit ae3e5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
SwiftLint:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: irgaly/setup-mint@v1
- name: SwiftLint
run: mint run swiftlint --strict
SwiftFormat:
runs-on: ubuntu-latest
runs-on: macos-latest
needs: SwiftLint
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ae3e5ac

Please sign in to comment.