mirror of
https://github.com/actions/setup-node.git
synced 2025-04-19 11:06:48 +00:00
Pool under runs-on
This commit is contained in:
parent
62bc4611ca
commit
24a47373b7
3
.github/main.workflow.yml
vendored
3
.github/main.workflow.yml
vendored
@ -2,7 +2,8 @@ on: push
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
runs-on:
|
||||
pool: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [Linux, macOS, Windows]
|
||||
|
Loading…
Reference in New Issue
Block a user