Skip to content

Commit ba84d27

Browse files
committed
Try using fixed qt
1 parent 6a47625 commit ba84d27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919
max-parallel: 1
2020
matrix:
2121
os: [ ubuntu-24.04 ]
22-
qt-version: [ '6.8' ]
22+
qt-version: [ '6.8.3' ]
2323
override-compiler: [ '', GCC ] # Defaults: MSVC on Windows, Clang elsewhere
2424
include: # Attach API updating and static analysis to specific jobs
2525
- os: ubuntu-24.04
26-
qt-version: '6.8'
26+
qt-version: '6.8.3'
2727
override-compiler: GCC
2828
update-api: update-api
2929
static-analysis: sonar # NB: to use sonar with Clang, replace gcov usage with lcov
3030
- os: ubuntu-24.04
31-
qt-version: '6.8'
31+
qt-version: '6.8.3'
3232
override-compiler: ''
3333
static-analysis: codeql
3434
- os: macos-14
35-
qt-version: '6.8'
35+
qt-version: '6.8.3'
3636
- os: windows-latest
37-
qt-version: '6.8'
37+
qt-version: '6.8.3'
3838

3939
env:
4040
GCC_VERSION: -13

0 commit comments

Comments
 (0)