actions take 6

This commit is contained in:
Jay Lee
2020-12-03 11:05:31 -05:00
parent a7815b41db
commit 10202df7d7

View File

@@ -12,7 +12,7 @@ defaults:
jobs: jobs:
build: build:
runs-on: ${{ matrix }} runs-on: ${{ matrix.os }} ${{ matrix.include }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019] os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]