aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-06-02 10:56:57 +0100
committerGitHub <noreply@github.com>2020-06-02 10:56:57 +0100
commitbae7c331ca7203a242e4533ba859c0c6016521ba (patch)
treed2efa4a112428553ca6153c4719d84cc5312b411
parentWorkaround attempt 3 for install-qt-action#38 (diff)
downloadsingleapplication-bae7c331ca7203a242e4533ba859c0c6016521ba.tar.xz
Restored state as it was before install-qt-action#38
5.15.0 is removed for the time being
-rw-r--r--.github/workflows/build-cmake.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml
index 2457550..e0eca8f 100644
--- a/.github/workflows/build-cmake.yml
+++ b/.github/workflows/build-cmake.yml
@@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
- qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0]
- platform: [ubuntu-latest, win64_msvc2019_64, macos-latest]
+ qt_version: [5.12.6, 5.13.2, 5.14.0]
+ platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
@@ -19,8 +19,6 @@ jobs:
uses: jurplel/install-qt-action@v2
with:
version: ${{ matrix.qt_version }}
- aqtversion: '==0.9'
- py7zrversion: '==0.7'
- name: cmake
run: cmake .