diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index 082f9702..1ac6aa4b 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -4,9 +4,9 @@ Configurations: Id: 'ubuntu-22.04-license-check' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Compiler: 'GCC' - Features: ['TestOnly', 'LicenseCheck', 'UseLegacyInstructions'] + Features: ['TestOnly', 'LicenseCheckV2'] - Id: 'ubuntu-24.04-x64-license-check' Template: 'qtci-linux-Ubuntu-24.04-x86_64-50' Compiler: 'GCC' - Features: ['TestOnly', 'LicenseCheck', 'UseLegacyInstructions'] + Features: ['TestOnly', 'LicenseCheckV2']