Skip to content

Commit e6700d4

Browse files
committed
Set Qt version to 6.10.1
1 parent cc2c4fb commit e6700d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
brew install ninja || true
4848
4949
# Qt
50-
- name: Install Qt 6.10.0
50+
- name: Install Qt 6.10.1
5151
uses: jurplel/install-qt-action@v4
5252
with:
53-
version: '6.10.0'
53+
version: '6.10.1'
5454
host: ${{ matrix.qt_host }}
5555
target: desktop
5656
arch: ${{ matrix.qt_arch }}

0 commit comments

Comments
 (0)