Skip to content

Commit

Permalink
Update swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 17, 2024
1 parent 87f3ec4 commit ea5a18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ concurrency:
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: SwiftLint
Expand Down

0 comments on commit ea5a18d

Please sign in to comment.