From d23870944e38b080a191c1e93578e8613ec13fb2 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Fri, 6 Jan 2023 14:05:04 -0500
Subject: [PATCH] Update to use CentOS Stream 9, abanadon CentOS 7

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac52e54..4d2ad1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,10 +49,10 @@ arm64:
   tags:
     - arm64
 
-centos76:
+coss9:
   <<: *do-test
   tags:
-    - centos76
+    - coss91G
 
 #
 # Fuzz
-- 
GitLab