From bae7c331ca7203a242e4533ba859c0c6016521ba Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 2 Jun 2020 10:56:57 +0100 Subject: [PATCH] Restored state as it was before install-qt-action#38 5.15.0 is removed for the time being --- .github/workflows/build-cmake.yml | 6 ++---- 1 file 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 .