[cpp-qt-client] Stop using Qt 5.15.2 in the CI (#19049)

* [cpp-qt-client] Just for test

* Fix samples-cpp-qt-client github workflows

* Use only 6.7.1 in CI

* Revert "[cpp-qt-client] Just for test"

This reverts commit c7e19aeb6c22fb801d67d56f94eed133d377ffdf.
This commit is contained in:
Martin Delille 2024-07-07 10:57:55 +02:00 committed by GitHub
parent 77737009e7
commit aef9142c2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,10 @@ name: Samples cpp qt client
on: on:
push: push:
branches: branches:
- 'samples/client/petstore/cpp-qt/**' - "samples/client/petstore/cpp-qt/**"
pull_request: pull_request:
paths: paths:
- 'samples/client/petstore/cpp-qt/**' - "samples/client/petstore/cpp-qt/**"
env: env:
GRADLE_VERSION: 6.9 GRADLE_VERSION: 6.9
@ -16,9 +16,6 @@ jobs:
name: Build cpp qt client name: Build cpp qt client
strategy: strategy:
matrix: matrix:
qt-version:
- '5.15.2'
- '6.5.3'
os: os:
- ubuntu-latest - ubuntu-latest
- macOS-latest - macOS-latest
@ -29,8 +26,8 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: ${{ matrix.qt-version }} version: "6.7.1"
tools: ${{ matrix.tools }} target: "desktop"
- name: Build - name: Build
working-directory: "samples/client/petstore/cpp-qt" working-directory: "samples/client/petstore/cpp-qt"
run: cmake . && cmake --build . run: cmake . && cmake --build .