From 7cbb717ef313796ae0a11a57a34d583026fdccfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 13 Feb 2025 08:24:02 +0100 Subject: [PATCH] CI: Remove Ubuntu 20.04 --- .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 ef678faae..d07b568d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: go: [ "1.23", "1.22" ] - os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04 ] + os: [ ubuntu-24.04, ubuntu-22.04 ] name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules runs-on: ${{ matrix.os }}