From ad8c3e095629f814b1bfff032ce6bae540745f84 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Thu, 27 Mar 2025 22:14:24 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .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 826e374..0801233 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: tests: name: Run Tests needs: [cancel-previous, pre-commit, commit-count, test-import] - runs-on: ubuntu-20.04-16core + runs-on: 'ubuntu-24.04-16core' strategy: matrix: python-version: ['3.10']