Skip to content

Commit 8f892fe

Browse files
committed
CI: Update Qt to 6.11.0
1 parent d7c4a32 commit 8f892fe

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/linux_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,13 @@ jobs:
114114
- name: Install Qt
115115
uses: jurplel/install-qt-action@v4.3.1
116116
with:
117-
version: '6.10.2'
117+
version: '6.11.0'
118118
host: 'linux'
119119
target: 'desktop'
120120
arch: 'linux_gcc_64'
121121
modules: 'qtimageformats'
122122
cache: true
123+
use-official: true
123124

124125
- name: Configure CMake (Clang)
125126
if: inputs.compiler == 'clang'

.github/workflows/macos_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,13 @@ jobs:
9090
- name: Install Qt
9191
uses: jurplel/install-qt-action@v4.3.1
9292
with:
93-
version: '6.10.2'
93+
version: '6.11.0'
9494
host: 'mac'
9595
target: 'desktop'
9696
arch: 'clang_64'
9797
modules: 'qtimageformats'
9898
cache: true
99+
use-official: true
99100

100101
- name: Configure CMake
101102
run: |

.github/workflows/windows_build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,26 @@ jobs:
8080
if: inputs.platform == 'x64'
8181
uses: jurplel/install-qt-action@v4.3.1
8282
with:
83-
version: '6.10.2'
83+
version: '6.11.0'
8484
host: 'windows'
8585
target: 'desktop'
8686
arch: 'win64_msvc2022_64'
8787
modules: 'qtimageformats'
8888
cache: true
89+
use-official: true
8990

9091
- name: Install Qt (ARM64)
9192
if: inputs.platform == 'ARM64'
9293
uses: jurplel/install-qt-action@v4.3.1
9394
with:
94-
version: '6.10.2'
95+
version: '6.11.0'
9596
host: 'windows_arm64'
9697
target: 'desktop'
9798
arch: 'win64_msvc2022_arm64'
9899
modules: 'qtimageformats'
99100
cache: true
100101
aqtsource: 'git+https://github.com/miurahr/aqtinstall.git'
102+
use-official: true
101103

102104
- name: Configure CMake (MSVC)
103105
if: inputs.compiler == 'msvc'

0 commit comments

Comments
 (0)