Skip to content

Commit

Permalink
Merge pull request #38 from reviewdog/update-test-version-for-apple-s…
Browse files Browse the repository at this point in the history
…ilicon

Update test case reviewdog version to work with Apple Silicon Mac runner
  • Loading branch information
sksat committed May 2, 2024
2 parents de7fb02 + 9297730 commit e9034c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: install reviewdog (with reviewdog_version)
uses: ./
with:
reviewdog_version: v0.10.0
- run: test "$(reviewdog -version)" = '0.10.0'
reviewdog_version: v0.17.4
- run: test "$(reviewdog -version)" = '0.17.4'

container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e9034c9

Please sign in to comment.