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']