Closed
Description
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area ci
/area api
Bug Summary
Describe the bug:
The job release-typescript-models
fails due to Python 3.9.2
not being available for the Ubuntu 22.04 runner.
To Reproduce:
Rerun the release-typescript-models
job.
Expected behavior
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Version 3.9.2 was not found in the local cache
Error: Version 3.9.2 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Additional context
Any workaround?
An alternative would be to revert the Ubuntu runner back to 20.04
which does support Python 3.9.2
.
Suggestion on how to fix the bug
A version bump of Python runtime by changing the following line to at least 3.9.12
: