aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2024-02-15 01:08:32 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2024-02-19 12:12:20 +0000
commit589d30c820b155278f4e6d580a1f3fbb50ffc9cc (patch)
treede6e856ddadbfb85fbcb20321ae7b618c9eee4a7 /.github
parent29f1c4ffbedec0af912c2260e383785b984ed85e (diff)
docker: Update static Qt image to Jammy
As well as GitHub actions job. Change-Id: Ic294a11fa6902f5825a4c73812e1afc0070ffff8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d1b4d30ac..d511c2968 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -373,8 +373,8 @@ jobs:
}
- {
name: 'Run Linux tests (gcc, Qt 6.5 static)',
- image: 'focal-qt6-static',
- suffix: 'linux',
+ image: 'jammy-qt6-static',
+ suffix: 'linux-jammy',
profile: 'qt-gcc_64',
script: './scripts/test-qt.sh',
}