Try to fix multiple OS

This commit is contained in:
Ingvar Stepanyan
2020-11-20 21:39:18 +00:00
committed by GitHub
parent 7f08348509
commit 10bfd60e20

View File

@@ -8,7 +8,11 @@ on: [push, pull_request]
jobs:
build:
runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2