This commit is contained in:
John Goerzen 2020-09-25 18:22:13 -05:00
parent 3637e0486c
commit 8cc4886855
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,5 @@
name: build
strategy:
matrix:
os: [ubuntu-latest, ubuntu-16.04]
on:
push:
@ -17,6 +14,9 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-16.04]
steps:
- uses: actions/checkout@v2