From a731ef574232aabb85192cd5b80ce80df04d2cf8 Mon Sep 17 00:00:00 2001 From: Sverre Boschman <1142569+sboschman@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:54:31 +0100 Subject: [PATCH] ci: remove el7 as it is EOL and causes builds to fail --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 806dba75..49bf95ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,6 @@ jobs: version: - 9 - 8 - - 7 runs-on: ubuntu-20.04 steps: - name: Checkout repository @@ -56,7 +55,6 @@ jobs: version: - 9 - 8 - - 7 runs-on: ubuntu-20.04 steps: - name: Checkout repository