From 6d4da5123c37fd432076657fc48eadcfd63b444b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 17 Nov 2023 16:12:55 +0100 Subject: [PATCH] CI: remove Ubuntu 18, no longer available on Actions --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1f6b818c..7d9c931d 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -37,7 +37,7 @@ jobs: needs: create-archive strategy: matrix: - ubuntu: [18, 20, 22] + ubuntu: [20, 22] include: - ubuntu: 18 postgresql: 9.6 -- 2.45.1