[ https://issues.apache.org/jira/browse/IGNITE-23460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Korotkov updated IGNITE-23460: ------------------------------------- Description: Now the ubuntu-latest gitflow workflows use the Ubuntu-24.04 image See more details at https://github.com/actions/runner-images/issues/10636 This image doesn't contain the Python 3.7 so the github commit-check action fails with the following error: {noformat} Run actions/setup-python@v5 with: python-version: 3.7 check-latest: false token: *** update-environment: true allow-prereleases: false Installed versions Version 3.7 was not found in the local cache Error: The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json {noformat} Python 3.7 config should be removed. And the 3.9 one added. was: Now the ubuntu-latest gitflow workflows use the Ubuntu-24.04 image See more details at https://github.com/actions/runner-images/issues/10636 This image doesn't contain the Python 3.7 so the github commit-check action fails with the following error: {noformat} Run actions/setup-python@v5 with: python-version: 3.7 check-latest: false token: *** update-environment: true allow-prereleases: false Installed versions Version 3.7 was not found in the local cache Error: The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json {noformat} Python 3.7 config should be removed. And possibly the 3.9, 3.10, 3.11, 3.12 ones added. > Remove python 3.7 from the commit-check github action > ----------------------------------------------------- > > Key: IGNITE-23460 > URL: https://issues.apache.org/jira/browse/IGNITE-23460 > Project: Ignite > Issue Type: Task > Reporter: Sergey Korotkov > Assignee: Sergey Korotkov > Priority: Minor > > Now the ubuntu-latest gitflow workflows use the Ubuntu-24.04 image > See more details at https://github.com/actions/runner-images/issues/10636 > This image doesn't contain the Python 3.7 so the github commit-check action > fails with the following error: > {noformat} > Run actions/setup-python@v5 > with: > python-version: 3.7 > check-latest: false > token: *** > update-environment: true > allow-prereleases: false > Installed versions > Version 3.7 was not found in the local cache > Error: The version '3.7' with architecture 'x64' was not found for Ubuntu > 24.04. > The list of all available versions can be found here: > https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json > {noformat} > Python 3.7 config should be removed. > And the 3.9 one added. -- This message was sent by Atlassian Jira (v8.20.10#820010)