Skip to content

Commit 74f96c8

Browse files
parameterize build platform for action
1 parent 039f9ed commit 74f96c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
build:
1111

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

1515
strategy:
1616
matrix:
1717
node-version: [16.x, 18.x, 20.x]
18+
platform: [ubuntu-latest]
1819

1920
steps:
2021
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)