Skip to content

Commit

Permalink
matrix runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Apr 26, 2024
1 parent 44b605c commit 228ef77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ on:

jobs:
install:
strategy:
matrix:
runner:
- ubuntu-latest
name: test action
runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- uses: kayac/ecspresso@v0
Expand Down

0 comments on commit 228ef77

Please sign in to comment.