From 30c90a473421ef5bf0895e4bd34731fef83e6f49 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 3 May 2025 21:20:32 +1200 Subject: [PATCH] Removing deprecated ubuntu runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41b80e88..a197e806 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: tox: flake8 name: ${{ matrix.name }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: ghcr.io/mopidy/ci:7 steps: - name: Checkout code