aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-10-18 10:33:30 +0100
committerGitHub <noreply@github.com>2020-10-18 10:33:30 +0100
commitb835987b59031bad102b66ce973b8a7a24a75cfe (patch)
treedc51e5e1871306bc9942e0297a68bf5d8083ce59
parentAdded Qt 6.0 to the build tests (diff)
downloadsingleapplication-b835987b59031bad102b66ce973b8a7a24a75cfe.tar.xz
Update build-cmake.yml
Disabled Qt 6 build specs temporarily
-rw-r--r--.github/workflows/build-cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml
index e36f1b8..82a432c 100644
--- a/.github/workflows/build-cmake.yml
+++ b/.github/workflows/build-cmake.yml
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
- qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0, 6.0.0]
+ qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}