From 799eae4c98bd7b2f8c059954a9b2daaaadd62903 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 11 Feb 2025 18:22:17 +0100 Subject: [PATCH] gh-actions: remove one last usage of the now-deprecated Ubuntu 20.04 --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 2ebb14c5f..1295eebf1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -89,7 +89,7 @@ jobs: tox-style: name: Linters - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: