Skip to content

Commit

Permalink
Update codelimate action to v9 with macos-latest support
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Oct 3, 2024
1 parent c4577b8 commit cca4acb
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 @@ -27,7 +27,7 @@ jobs:
mruby-version:
- 3.2.0
- 3.3.0
platform: [ubuntu-latest, macos-13]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
with:
mruby-version: ${{ matrix.mruby-version }}
- name: Run Test with CodeClimate
uses: paambaati/codeclimate-action@v6.0.0
uses: paambaati/codeclimate-action@v9
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit cca4acb

Please sign in to comment.