From 0b7f9306ddcd7286a564e4e1e484c15c7520304c Mon Sep 17 00:00:00 2001 From: David Gnedt Date: Thu, 16 May 2024 00:30:00 +0200 Subject: [PATCH] CI: Remove unsupported Ubuntu 18.04 OS See https://github.com/actions/runner-images/issues/6002 --- .github/workflows/ci-python3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-python3.yml b/.github/workflows/ci-python3.yml index 140e8b8..893228d 100644 --- a/.github/workflows/ci-python3.yml +++ b/.github/workflows/ci-python3.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - os: [ ubuntu-22.04, ubuntu-20.04, ubuntu-18.04 ] + os: [ ubuntu-22.04, ubuntu-20.04 ] python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ] # Exclude unsupported OS/Python version combinations exclude: