GitHub Actions - Testing without Windows

This commit is contained in:
Itay Grudev 2020-01-03 10:58:16 +00:00 committed by GitHub
parent 0d07dd387a
commit e7e31208af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
qt_version: [5.11.3, 5.12.6, 5.14.0] qt_version: [5.11.3, 5.12.6, 5.14.0]
platform: [ubuntu-latest, windows-latest, macos-latest] platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}