Skip to content

Commit

Permalink
Merge pull request #470 from fujiwara/v1-actions-test
Browse files Browse the repository at this point in the history
Add hosted arm runner.
  • Loading branch information
fujiwara authored Jan 23, 2025
2 parents 28fb0fc + 36a0940 commit dee8679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
matrix:
env:
- runner: ubuntu-latest
- runner: ubuntu-24.04
- runner: ubuntu-24.04-arm
- runner: macos-latest
name: test action
runs-on: ${{ matrix.env.runner }}
Expand Down

0 comments on commit dee8679

Please sign in to comment.