From 667f2c59e60ef6095f1bb4988a3e7d2d1582b5bc Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Tue, 18 Jul 2023 00:49:53 +0200 Subject: [PATCH] remove Ubuntu 18.04 as it is EOL since June 2023 --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37244295..01c2a1ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] python: [3.7, 3.8, 3.9] - include: - - os: ubuntu-18.04 - python: 2.7 - - os: ubuntu-18.04 - python: 3.6 name: bloom tests runs-on: ${{matrix.os}}