From a085e97da2c1d13a0fcc472580656c2b238534f1 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 23 Apr 2025 13:44:12 +0200 Subject: [PATCH] ci: update runner image to ubuntu-24.04 The Ubuntu 20.04 image was already removed on 2025-04-15. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2453977..fe0fc5f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: push jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4