aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml12
l---------ci/gitlab/all_mappings_prep_env/ubuntu-2404-prep.sh (renamed from ci/gitlab/all_mappings_prep_env/ubuntu-2004-prep.sh)0
2 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a29a9dc..ff8d3d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -343,16 +343,16 @@ x86_64-check-opensuse-tumbleweed:
IMAGE: registry.opensuse.org/opensuse/tumbleweed:latest
NAME: opensuse-tumbleweed
-x86_64-check-ubuntu-2004:
+x86_64-check-ubuntu-2204:
extends: .check_container_template
variables:
<<: *apt_dry_run_command
- IMAGE: docker.io/library/ubuntu:20.04
- NAME: ubuntu-2004
+ IMAGE: docker.io/library/ubuntu:22.04
+ NAME: ubuntu-2204
-x86_64-check-ubuntu-2204:
+x86_64-check-ubuntu-2404:
extends: .check_container_template
variables:
<<: *apt_dry_run_command
- IMAGE: docker.io/library/ubuntu:22.04
- NAME: ubuntu-2204
+ IMAGE: docker.io/library/ubuntu:24.04
+ NAME: ubuntu-2404
diff --git a/ci/gitlab/all_mappings_prep_env/ubuntu-2004-prep.sh b/ci/gitlab/all_mappings_prep_env/ubuntu-2404-prep.sh
index 87e6cd9..87e6cd9 120000
--- a/ci/gitlab/all_mappings_prep_env/ubuntu-2004-prep.sh
+++ b/ci/gitlab/all_mappings_prep_env/ubuntu-2404-prep.sh