Skip to content

Commit f33a0b5

Browse files
authored
Update cmake.yml
1 parent 1aebe14 commit f33a0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [windows-latest, macos-latest, ubuntu-latest]
1818
# os: [windows-latest, ubuntu-latest, macos-13]
19-
qt_version: ['6.7.0']
19+
qt_version: ['6.7.2']
2020
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
2121
# You can convert this to a matrix build if you need cross-platform coverage.
2222
# 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:
2626
- uses: actions/checkout@v4
2727

2828
- name: Install Qt
29-
uses: jurplel/install-qt-action@v3
29+
uses: jurplel/install-qt-action@v4
3030
with:
3131
version: ${{ matrix.qt_version }}
3232

0 commit comments

Comments
 (0)