Skip to content

Commit

Permalink
Bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
gibachan committed Dec 28, 2024
1 parent 64b7eea commit 7b537be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install SwiftLint
uses: Cyberbeni/install-swift-tool@v2
uses: Cyberbeni/install-swift-tool@v3
with:
url: https://github.com/realm/SwiftLint
version: '0.46.5' # Workaround for https://github.com/realm/SwiftLint/issues/4031
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@v3
- uses: Cyberbeni/install-swift-tool@v2
- uses: actions/checkout@v4
- uses: Cyberbeni/install-swift-tool@v3
with:
url: https://github.com/tuist/xcbeautify
version: '*'
Expand Down

0 comments on commit 7b537be

Please sign in to comment.