From 44c2909c62e0c3f8c285ad5d7d7d323da40e52d2 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 22:27:14 +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..12a6227 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']