aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2023-06-25 09:33:54 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2023-06-26 11:03:29 +0000
commitb8db83b19076cff794f0063ff970ada0c2193d17 (patch)
tree668f536583ed486690050b2ca27347044b3a7f3c /.github
parent1af935aec680a3e2df3919807f631a6ee2c21e35 (diff)
docker: update qt static image
...and install llvm into it to be able to build qdoc Change-Id: I9b468403fe690eed482c379a0c78ed5c1cd6e0a7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c41be8307..53cbbe762 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -338,7 +338,7 @@ jobs:
script: './scripts/test-qt.sh',
}
- {
- name: 'Run Linux tests (gcc, Qt 6.3 static)',
+ name: 'Run Linux tests (gcc, Qt 6.5 static)',
image: 'focal-qt6-static',
profile: 'qt-gcc_64',
script: './scripts/test-qt.sh',