From 853205109dffa62d12aa56990f92962b0197dca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 21 Nov 2024 10:31:55 +0100 Subject: [PATCH] remove Ubuntu-20.04 due to glibc errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90be518..606f58f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-14, macos-15, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] + os: [macos-14, macos-15, ubuntu-22.04, ubuntu-24.04] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew