diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2d78f82c..30e06bc18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,10 +73,7 @@ jobs: path: dist/ test: - # Specific ubuntu version to support python 3.7 testing - # see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 for list of supported versions - # move to ubuntu-latest when we drop 3.7 - runs-on: ubuntu-22.04 + runs-on: "ubuntu-24.04" permissions: contents: read strategy: