Skip to content

Commit cd5720d

Browse files
committed
update qt versions for github workflows
1 parent 88728a7 commit cd5720d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-22.04]
24-
qt_version: [6.2.1, 6.5.2, 6.6.3]
24+
qt_version: [6.2.9, 6.5.3, 6.6.3 6.7.2]
2525

2626
steps:
2727
- name: Install ninja
2828
run: sudo apt-get install ninja-build
2929

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

0 commit comments

Comments
 (0)