ci: Turn CentOS task into native one

This commit is contained in:
MarcoFalke
2025-01-13 23:37:31 +01:00
parent 35bf426e02
commit fabefd9915
2 changed files with 5 additions and 7 deletions

View File

@@ -140,13 +140,13 @@ task:
FILE_ENV: "./ci/test/00_setup_env_win64.sh"
task:
name: '32-bit CentOS, dash, gui'
name: 'CentOS, dash, gui'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: small
env:
FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
FILE_ENV: "./ci/test/00_setup_env_native_centos.sh"
task:
name: 'previous releases, depends DEBUG'