mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 04:20:49 +00:00
Pool under runs-on
This commit is contained in:
parent
62bc4611ca
commit
24a47373b7
1 changed files with 2 additions and 1 deletions
3
.github/main.workflow.yml
vendored
3
.github/main.workflow.yml
vendored
|
@ -2,7 +2,8 @@ on: push
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on:
|
||||||
|
pool: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [Linux, macOS, Windows]
|
operating-system: [Linux, macOS, Windows]
|
||||||
|
|
Loading…
Add table
Reference in a new issue