mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
GitHub Actions - Testing without Windows
This commit is contained in:
parent
0d07dd387a
commit
e7e31208af
2
.github/workflows/build-linux-cmake.yml
vendored
2
.github/workflows/build-linux-cmake.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user