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:
build:
runs-on: ${{ matrix.operating-system }}
runs-on:
pool: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [Linux, macOS, Windows]