1
0
mirror of https://github.com/itay-grudev/SingleApplication.git synced 2025-03-18 03:49:51 +08:00

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:
matrix:
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 }}