Pool under runs-on

This commit is contained in:
Danny McCormick 2019-06-07 14:31:09 -04:00 committed by GitHub
parent 62bc4611ca
commit 24a47373b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]