GitHub Actions Multiple platforms support

ubuntu-latest, windows-latest, macos-latest
This commit is contained in:
Itay Grudev 2020-01-03 10:43:13 +00:00 committed by GitHub
parent a14320382c
commit 0d07dd387a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,9 @@ jobs:
strategy:
matrix:
qt_version: [5.11.3, 5.12.6, 5.14.0]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2