da2bf9
From 2347478a64329b2777ae0838be51c8b017a84960 Mon Sep 17 00:00:00 2001
da2bf9
From: Frantisek Sumsal <frantisek@sumsal.cz>
da2bf9
Date: Tue, 8 Feb 2022 11:24:20 +0100
da2bf9
Subject: [PATCH] ci: drop CentOS 8 CI
da2bf9
da2bf9
since it went EOL and we should use only Stream 8 from now on.
da2bf9
da2bf9
rhel-only
da2bf9
Related: #2017033
da2bf9
---
da2bf9
 .github/workflows/unit_tests.yml | 2 +-
da2bf9
 1 file changed, 1 insertion(+), 1 deletion(-)
da2bf9
da2bf9
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
da2bf9
index b363118be8..87b162fa71 100644
da2bf9
--- a/.github/workflows/unit_tests.yml
da2bf9
+++ b/.github/workflows/unit_tests.yml
da2bf9
@@ -10,7 +10,7 @@ jobs:
da2bf9
     strategy:
da2bf9
       fail-fast: false
da2bf9
       matrix:
da2bf9
-        image: [centos8, stream8]
da2bf9
+        image: [stream8]
da2bf9
         phase: [GCC, GCC_ASAN]
da2bf9
     env:
da2bf9
       CONT_NAME: "systemd-centos8-ci"