From 257bb2513cfebd6c5ace14640479a0e13e856224 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sat, 28 Sep 2024 09:01:59 +0200 Subject: [PATCH] Remove Ubuntu 20.x because too old SDL2 --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa72b91..e1525208 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,14 +41,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-20.04 - clang-version: 8 - - os: ubuntu-20.04 - clang-version: 9 - - os: ubuntu-20.04 - clang-version: 10 - - os: ubuntu-20.04 - clang-version: 11 - os: ubuntu-22.04 clang-version: 12 - os: ubuntu-22.04