improved description of runner_cpu setting

This commit is contained in:
Axel Uhl
2025-10-21 12:31:07 +02:00
parent e7f917aef6
commit e35de4342c
+1 -1
View File
@@ -14,7 +14,7 @@ on:
description: Build with a local target platform (set to "true" to use local target platform)
default: 'false'
runner_cpus:
description: Default is what you get from ubuntu-latest, usually 4 CPUs, but can be 8, 16, and 64 as well
description: Empty means ubuntu-latest, usually 4 CPUs with little disk/memory, but can be 4, 8, 16, and 64 as well; default is 16
default: '16'
firefox_version:
description: Version to use for Selenium tests; default is 137.0, but could, e.g., be "141.0" or "latest"