From 498ed27cf311111d85aeaf4d48ef53c11a639d11 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 7 Feb 2025 09:29:54 +0100 Subject: [PATCH] ci: consolidate ubuntu 20.04 runs --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1356c330b8..b3658f3cf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,10 +132,6 @@ jobs: fail-fast: false matrix: include: - # Oldest supported Ubuntu LTS version - - name: Ubuntu 20.04 - container: ubuntu:20.04 - # Most popular Ubuntu LTS version - name: Ubuntu 22.04 container: ubuntu:22.04 @@ -172,11 +168,11 @@ jobs: test-ubuntu: name: "${{ matrix.name }} (tests)" - needs: build-ubuntu runs-on: ubuntu-latest strategy: matrix: include: + # Oldest supported Ubuntu LTS version - name: Ubuntu 20.04 container: ubuntu:20.04 container: