mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-14 16:32:06 +08:00
GitHub Actions Added windows-latest platform
This commit is contained in:
parent
bb24abdf1d
commit
6aec26e266
4
.github/workflows/build-cmake.yml
vendored
4
.github/workflows/build-cmake.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user