From 55c68b0a2417d2ca5d6145fca5389763c67b0760 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Wed, 1 Mar 2023 22:11:45 -0600 Subject: [PATCH] [CI] removing 18.04 --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 08302fed791..29cfaa4f6d6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -31,7 +31,7 @@ jobs: matrix: psql: [11,12,13,14,15] postgis: [3] - os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04] + os: [ubuntu-latest, ubuntu-20.04] steps: - uses: actions/checkout@v3