From 35f05131a893a606f35fdd5f547e941997836b12 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 8 Dec 2023 08:48:34 +0000 Subject: [PATCH] Drop ubuntu-18 from GHA since it's now unsupported. --- .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 5abdf47..b794f79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04] + os: [ubuntu-20.04, ubuntu-22.04] install: [true, false] neon: [--with-neon, --with-included-neon, --with-included-neon --with-ssl=openssl] steps: