diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e299bbd17a9..94b349d86c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -390,6 +390,12 @@ jobs: timeout-minutes: 120 file-env: './ci/test/00_setup_env_native_previous_releases.sh' + - name: '32bit CentOS, dash, gui' + cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg' + fallback-runner: 'ubuntu-24.04' + timeout-minutes: 120 + file-env: './ci/test/00_setup_env_i686_centos.sh' + steps: - name: Checkout uses: actions/checkout@v5