merged manually

This commit is contained in:
DenioD
2019-10-23 14:56:33 +02:00
9 changed files with 522 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-16.04, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1