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 77fa18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
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 77fa18d

Please sign in to comment.