From 2ce1ee765eaef88f955ee3ba27ea42f6e085d8a7 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Fri, 12 Jul 2024 18:19:53 +0200 Subject: [PATCH] Remove centos-stream-8-x64 from test workflow Not available on DO anymore --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef3f666..ab3ecf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,6 @@ jobs: - ubuntu-24-04-x64 - fedora-39-x64 - centos-7-x64 - - centos-stream-8-x64 # - centos-stream-9-x64 # yum oomkill steps: - uses: actions/checkout@v4