From: Sarah Hoffmann Date: Sat, 5 Feb 2022 14:14:47 +0000 (+0100) Subject: remove CentOS from CI X-Git-Tag: v4.1.0~85 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/69481d1590637f849411a616b1efe563adabbdf4 remove CentOS from CI The CentOS docker image no longer works after CentOS8 went EOL. See #2601 for discussion. --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index ac8ad5af..1ce1b667 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -188,9 +188,6 @@ jobs: image: "ubuntu:20.04" ubuntu: 20 install_mode: install-apache - - name: Centos-8 - flavour: centos - image: "centos:8" container: image: ${{ matrix.image }}