From 23475c5c575e823459175025d19b6fda25a8a8e5 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Wed, 5 Feb 2025 18:15:00 -0500 Subject: [PATCH] Update for ubuntu24 --- .gitlab-ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e075108..ee6ad04a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,18 +19,13 @@ after_script: - ./cicd_testing/starstest2.sh # per os items -test-ubuntu20: +test-ubuntu24: <<: *test tags: - - ubuntu20 + - ubuntu24 test-ubuntu22: <<: *test tags: - ubuntu22 -test-coss9: - <<: *test - tags: - - coss9 - -- GitLab