diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 566d1e47..34d931e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,3 +22,4 @@ jobs: with: beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,7.0' unit_runs_on: 'cern-self-hosted' + acceptance_runs_on: 'ubuntu-2004-m' diff --git a/.sync.yml b/.sync.yml index 75052a74..edc02a1f 100644 --- a/.sync.yml +++ b/.sync.yml @@ -15,3 +15,4 @@ spec/spec_helper.rb: with: beaker_facter: 'zabbix_version:Zabbix:5.0,6.0' unit_runs_on: 'cern-self-hosted' + acceptance_runs_on: 'ubuntu-2004-m'