Restored state as it was before install-qt-action#38

5.15.0 is removed for the time being
This commit is contained in:
Itay Grudev 2020-06-02 10:56:57 +01:00 committed by GitHub
parent 2c25b74158
commit bae7c331ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ jobs:
strategy: strategy:
matrix: matrix:
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0] qt_version: [5.12.6, 5.13.2, 5.14.0]
platform: [ubuntu-latest, win64_msvc2019_64, macos-latest] platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
@ -19,8 +19,6 @@ jobs:
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2
with: with:
version: ${{ matrix.qt_version }} version: ${{ matrix.qt_version }}
aqtversion: '==0.9'
py7zrversion: '==0.7'
- name: cmake - name: cmake
run: cmake . run: cmake .