diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 433b4023..ba715b63 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -37,12 +37,6 @@ Configurations: # On x86_64 - - - Id: 'macos-12-x86_64-tests' - Template: 'qtci-macos-12-x86_64-107' - 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' @@ -64,12 +58,6 @@ Configurations: # And arm64 - - - Id: 'macos-12-arm64-tests' - Template: 'qtci-macos-12-arm-102' - Compiler: 'Clang' - Features: ['TestOnly', 'Packaging'] - Platform dependency: 'macos-universal-on-x86_64' - Id: 'macos-13-arm64-tests' Template: 'qtci-macos-13-arm-107' @@ -92,17 +80,11 @@ Configurations: # Test the universal packaging built on arm64 - - Id: 'macos-12-arm-on-arm64-tests' - Template: 'qtci-macos-12-arm-102' + Id: 'macos-13-arm-on-arm64-tests' + Template: 'qtci-macos-13-arm-107' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-universal-on-arm64' - - - Id: 'macos-12-arm-on-x86_64-tests' - Template: 'qtci-macos-12-x86_64-107' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] - Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-13-arm-on-x86_64-tests' Template: 'qtci-macos-13-x86_64-103' @@ -152,12 +134,6 @@ Configurations: ] # Test on all supported macOS versions (deployment targets) - - - Id: 'macos-12-arm64-developer-build-tests' - Template: 'qtci-macos-12-arm-102' - Compiler: 'Clang' - Features: ['TestOnly'] - Platform dependency: 'macos-14-arm64-developer-build' - Id: 'macos-13-arm64-developer-build-tests' Template: 'qtci-macos-13-arm-107'