ci: Update "old" build jobs to use Ubuntu 22.04

This commit is contained in:
Roger Leigh
2024-08-30 10:49:14 +01:00
parent ea76055ada
commit 06e0ad4078
+2 -2
View File
@@ -19,7 +19,7 @@ autoconf-current:
autoconf-old:
stage: build
image: registry.gitlab.com/libtiff/libtiff-ci-ubuntu20.04:latest
image: registry.gitlab.com/libtiff/libtiff-ci-ubuntu22.04:latest
script:
- sh build/gitlab-ci autoconf-minimal
after_script:
@@ -42,7 +42,7 @@ cmake-ninja-current:
cmake-makefiles-old:
stage: build
image: registry.gitlab.com/libtiff/libtiff-ci-ubuntu20.04:latest
image: registry.gitlab.com/libtiff/libtiff-ci-ubuntu22.04:latest
script:
- sh build/gitlab-ci cmake "Unix Makefiles" Release