From 775f52a632faaa45fafa98a7d4660874d3fef68b Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 22 Apr 2025 01:51:07 -0500 Subject: [PATCH] workflows: switch setuptools job to Ubuntu 22.04 container Ubuntu 20.04 is exiting standard security support at the end of May. Switch to 22.04, which still has an old enough setuptools. Stick with the container, rather than using GitHub's ubuntu-22.04 runner image, for better control over the included software versions. Signed-off-by: Benjamin Gilbert --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b54d356..d463e80 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -235,7 +235,7 @@ jobs: name: Setuptools install needs: pre-commit runs-on: ubuntu-latest - container: ubuntu:20.04 + container: ubuntu:22.04 steps: - name: Install dependencies run: |