diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 158a2104..9d7beb0f 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -55,6 +55,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-15-x86_64-tests' + Template: 'qtci-macos-15-x86_64-103' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests'] + Platform dependency: 'macos-universal-on-x86_64' # And arm64 @@ -103,6 +109,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-universal-on-arm64' + - + Id: 'macos-15-arm-on-x86_64-tests' + Template: 'qtci-macos-15-x86_64-103' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-universal-on-arm64' # ========================================================================= # Developer build. Single architecture builds.