Update main.workflow.yml

This commit is contained in:
Danny McCormick
2019-06-07 14:17:12 -04:00
committed by GitHub
parent ac083d8f1e
commit e4a97094df

View File

@@ -2,7 +2,7 @@ on: push
jobs: jobs:
build: build:
pool: ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }}
strategy: strategy:
matrix: matrix:
operating-system: [Linux, macOS, Windows] operating-system: [Linux, macOS, Windows]