GitHub Actions Added windows-latest platform

This commit is contained in:
Itay Grudev 2020-01-03 17:14:35 +00:00 committed by GitHub
parent bb24abdf1d
commit 6aec26e266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: C/C++ CI
name: CI: Build Test
on: [push, pull_request]
@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
qt_version: [5.11.3, 5.12.6, 5.14.0]
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}