From 980d4f4ddc95123017961b39f37ab1b8d34f1f11 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 22 Apr 2025 09:22:57 -0400 Subject: [PATCH] health: update the image used to run the CI pipeline --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0765b5..e61038c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,8 +7,7 @@ on: jobs: build: - # Avoiding -latest due to https://github.com/actions/setup-python/issues/162 - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 strategy: matrix: