aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2024-02-23 18:08:04 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2024-02-27 11:00:43 +0000
commit60961e79e62edb20b7977be4ba197e4ba6e268b0 (patch)
tree0bff2d464ea4267355233389f98d12ef107cdaee
parent9a95c34dbf25f5dcf92a9bde3d2701e68eabd002 (diff)
GitHub actions: change extra jobs to Jammy
Change-Id: I90a95895c736a8e19e8f2945614b52ec7040f2a3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fd42884de..3245ec4cd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -87,12 +87,12 @@ jobs:
- {
name: 'Build on Linux (CMake)',
script: './scripts/build-qbs-with-cmake.sh',
- image: 'focal-qt6',
+ image: 'jammy-qt6',
cacheid: 'cmake',
}
- {
name: 'Build on Linux (gcc, ASAN)',
- image: 'focal-qt6',
+ image: 'jammy-qt6',
script: './scripts/build-qbs-with-qbs.sh',
options: 'modules.cpp.compilerWrapper:ccache
modules.qbsbuildconfig.enableAddressSanitizer:true
@@ -102,7 +102,7 @@ jobs:
}
- {
name: 'Build on Linux (gcc, UBSAN)',
- image: 'focal-qt6',
+ image: 'jammy-qt6',
script: './scripts/build-qbs-with-qbs.sh',
options: 'modules.cpp.compilerWrapper:ccache
modules.qbsbuildconfig.enableUbSanitizer:true