diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 4534540a..0e22a933 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-14-x86_64-tests' + Template: 'qtci-macos-14-x86_64-105' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'Insignificant'] + Platform dependency: 'macos-universal-on-x86_64' # And arm64 @@ -76,6 +82,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-14-arm64-tests' + Template: 'qtci-macos-14-arm64' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'Insignificant'] + Platform dependency: 'macos-universal-on-x86_64' # Test the universal packaging built on arm64 @@ -97,6 +109,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-universal-on-arm64' + - + Id: 'macos-14-arm-on-x86_64-tests' + Template: 'qtci-macos-14-x86_64-105' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Insignificant'] + Platform dependency: 'macos-universal-on-arm64' # ========================================================================= # Developer build. Single architecture builds. @@ -165,3 +183,15 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-13-arm64-developer-build' + - + Id: 'macos-14-x86_64-developer-build-tests' + Template: 'qtci-macos-14-x86_64-105' + Compiler: 'Clang' + Features: ['TestOnly', 'Insignificant'] + Platform dependency: 'macos-13-x86_64-developer-build' + - + Id: 'macos-14-arm64-developer-build-tests' + Template: 'qtci-macos-14-arm64' + Compiler: 'Clang' + Features: ['TestOnly', 'Insignificant'] + Platform dependency: 'macos-13-arm64-developer-build'