aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-06-29 21:26:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-06-29 21:26:43 +0200
commit8f3b446b1336d2c54690468c062c3098df96ba96 (patch)
tree4ca541c9c14b9b015e5f12227e784a7a418d8d9a
parentfcdb151b4fa73db5996c9d537bb591f334462303 (diff)
downloadnx-libs-8f3b446b1336d2c54690468c062c3098df96ba96.tar.gz
nx-libs-8f3b446b1336d2c54690468c062c3098df96ba96.tar.bz2
nx-libs-8f3b446b1336d2c54690468c062c3098df96ba96.zip
.github/workflows/nx-libs.yml: Drop CI builds against CentOS Stream 8. End-of-life since 2024-05-31.
-rw-r--r--.github/workflows/nx-libs.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml
index c76467e75..88b1f5e2b 100644
--- a/.github/workflows/nx-libs.yml
+++ b/.github/workflows/nx-libs.yml
@@ -27,8 +27,6 @@ jobs:
- { container: 'debian:sid', cc-version: clang }
- { container: 'quay.io/centos/centos:7', cc-version: gcc }
- { container: 'quay.io/centos/centos:7', cc-version: clang }
- - { container: 'quay.io/centos/centos:stream8', cc-version: gcc }
- - { container: 'quay.io/centos/centos:stream8', cc-version: clang }
- { container: 'quay.io/centos/centos:stream9', cc-version: gcc }
- { container: 'quay.io/centos/centos:stream9', cc-version: clang }
- { container: 'fedora:latest', cc-version: gcc }