Reduced duplications.

This commit is contained in:
Patrick Lehmann
2025-09-08 21:29:39 +02:00
parent 35dd52d018
commit dd30d0bc18
13 changed files with 50 additions and 213 deletions

View File

@@ -0,0 +1,15 @@
ubuntu_image_version
====================
:Type: string
:Required: no
:Default Value: ``'24.04'``
:Possible Values: See `actions/runner-images - Available Images <https://github.com/actions/runner-images?tab=readme-ov-file#available-images>`__
for available Ubuntu image versions.
:Description: Version of the Ubuntu image used to run the job.
.. note::
Unfortunately, GitHub Actions has only a `limited set of functions <https://docs.github.com/en/actions/reference/workflows-and-actions/expressions#functions>`__,
thus, the usual Ubuntu image name like ``'ubuntu-24.04'`` can't be split into image name and image
version.