We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aebe14 commit f33a0b5Copy full SHA for f33a0b5
.github/workflows/cmake.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: [windows-latest, macos-latest, ubuntu-latest]
18
# os: [windows-latest, ubuntu-latest, macos-13]
19
- qt_version: ['6.7.0']
+ qt_version: ['6.7.2']
20
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
21
# You can convert this to a matrix build if you need cross-platform coverage.
22
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
28
- name: Install Qt
29
- uses: jurplel/install-qt-action@v3
+ uses: jurplel/install-qt-action@v4
30
with:
31
version: ${{ matrix.qt_version }}
32
0 commit comments