mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 00:42:05 +08:00
GitHub Actions Multiple platforms support
ubuntu-latest, windows-latest, macos-latest
This commit is contained in:
parent
a14320382c
commit
0d07dd387a
3
.github/workflows/build-linux-cmake.yml
vendored
3
.github/workflows/build-linux-cmake.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user