According to this notification https://github.com/actions/runner-images/issues/10636 ubuntu-latest will be 24.04. And Python 3.7 is no longer supported. I am already experiencing the issue with this output: ``` Run actions/setup-python@v1 Error: Version 3.7 with arch x64 not found ``` Just in case you weren't aware of it. Thanks