From 8aabf4f21324c8dcfd35fe89b75414826207018e Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 2 Jan 2025 12:37:29 +0100 Subject: [PATCH] CI: Remove Autoconf v2.69 from CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff4ca80..36ffd3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - autoconf_version: ["2.69", "2.71", "2.72"] + autoconf_version: ["2.71", "2.72"] runs-on: ubuntu-latest env: TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}