Skip to content

Commit

Permalink
Use macos-latest for lint github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed May 29, 2024
1 parent fbe3872 commit 7b3da06
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,17 @@ on:

jobs:
SwiftLint:
runs-on: macos-13
runs-on: macos-latest
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: SwiftLint
run: mint run swiftlint --strict
SwiftFormat:
runs-on: macos-13
runs-on: macos-latest
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 .

0 comments on commit 7b3da06

Please sign in to comment.