From 12c8e1e708ea9a06f15ce43957ee3a6f66ad673c Mon Sep 17 00:00:00 2001 From: trfore Date: Wed, 30 Apr 2025 08:32:51 -0500 Subject: [PATCH] ci: drop cgroup-v1 testing as Ubuntu 20.04 runner is EOL --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cb400d..43aa4bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,6 @@ concurrency: cancel-in-progress: true jobs: - cgroup-v1: - uses: trfore/docker-image/.github/workflows/test_systemd.yml@main - with: - continue-on-error: true - runner: ubuntu-20.04 - volume-permission: ro - cgroup-v2: uses: trfore/docker-image/.github/workflows/test_systemd.yml@main with: @@ -33,7 +26,6 @@ jobs: check: if: success() || failure() needs: - - cgroup-v1 - cgroup-v2 runs-on: ubuntu-latest steps: