Skip to content

Commit

Permalink
parameterize build platform for action
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 22, 2024
1 parent 039f9ed commit 74f96c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
build:

name: Node ${{ matrix.node-version }}
runs-on: ubuntu-latest
runs-on: ${{matrix.platform}}

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
platform: [ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 74f96c8

Please sign in to comment.