From 28a5ae519c676efea8809f269996f0f305eb579e Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Thu, 24 Aug 2023 17:31:33 +0000
Subject: [PATCH] Remove ubuntu18 testing for shen-23 runners

---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c1876e1..efe7e22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,13 +31,6 @@ ubuntu20:
   tags:
     - ubuntu20
 
-ubuntu18:
-  <<: *do-test
-  script:
-    - ./cicd_testing/do-clean.sh
-  tags:
-    - ubuntu18
-
 
 arm32:
   <<: *do-test
-- 
GitLab