actions take 5

This commit is contained in:
Jay Lee
2020-12-03 11:03:45 -05:00
parent cf467eb868
commit a7815b41db

View File

@@ -6,9 +6,13 @@ on:
schedule: schedule:
- cron: '37 22 * * *' - cron: '37 22 * * *'
defaults:
run:
shell: bash
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix }}
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]