Updated workflow

This commit is contained in:
Yogesh Ojha
2020-07-08 01:42:49 +05:30
parent 7f733988a0
commit f507cdeebf
+4 -3
View File
@@ -7,10 +7,11 @@ on:
branches: [ master, dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.runs-on}}
steps:
- uses: actions/checkout@v2