diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index a05dd907..4534540a 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -35,12 +35,29 @@ Configurations: # Test on all supported macOS versions (deployment targets) + # On x86_64 + - Id: 'macos-11-x86_64-tests' Template: 'qtci-macos-11-x86_64-106' Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-12-x86_64-tests' + Template: 'qtci-macos-12-x86_64-106' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging'] + Platform dependency: 'macos-universal-on-x86_64' + - + Id: 'macos-13-x86_64-tests' + Template: 'qtci-macos-13-x86_64-103' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging'] + Platform dependency: 'macos-universal-on-x86_64' + + # And arm64 + - Id: 'macos-11-arm64-tests' Template: 'qtci-macos-11.0-arm64' @@ -59,18 +76,9 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' - - - Id: 'macos-12-x86_64-tests' - Template: 'qtci-macos-12-x86_64-106' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] - Platform dependency: 'macos-universal-on-x86_64' - - - Id: 'macos-13-x86_64-tests' - Template: 'qtci-macos-13-x86_64-103' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] - Platform dependency: 'macos-universal-on-x86_64' + + # Test the universal packaging built on arm64 + - Id: 'macos-12-arm-on-arm64-tests' Template: 'qtci-macos-12-arm64' @@ -89,6 +97,7 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-universal-on-arm64' + # ========================================================================= # Developer build. Single architecture builds. # =========================================================================