diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 89883820..9af04ac8 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -64,6 +64,12 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-12-arm64-tart-tests' + Template: 'qtci-macos-12-arm-102' + Compiler: 'Clang' + Features: ['TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-universal-on-x86_64' - Id: 'macos-13-arm64-tests' Template: 'qtci-macos-13-arm64' @@ -91,6 +97,12 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-universal-on-arm64' + - + Id: 'macos-12-arm-on-arm64-tart-tests' + Template: 'qtci-macos-12-arm-102' + Compiler: 'Clang' + Features: ['TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-12-arm-on-x86_64-tests' Template: 'qtci-macos-12-x86_64-106' @@ -146,6 +158,12 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-14-arm64-developer-build' + - + Id: 'macos-12-arm64-tart-developer-build-tests' + Template: 'qtci-macos-12-arm-102' + Compiler: 'Clang' + Features: ['TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-14-arm64-developer-build' - Id: 'macos-13-arm64-developer-build-tests' Template: 'qtci-macos-13-arm64'