From 002e4ca4d90baac6c0419c8b7b862942f0f8618d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 3 May 2025 17:12:42 +0100 Subject: [PATCH] update github actions to oldest supported ubuntu version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d704c6a..2a3c7f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,7 +182,7 @@ jobs: build-linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: # You can use PyPy versions in python-version. # For example, pypy2 and pypy3