Add example github config

This commit is contained in:
Joe Rickerby
2020-12-23 18:42:22 +00:00
parent eb03a118e2
commit 3696f15109
3 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
os: [ubuntu-18.04, windows-2019, macos-10.15]
steps:
- uses: actions/checkout@v2