diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 112d0c82..b2c44b76 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -63,6 +63,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-latest-xcode-universal-packaging-build' + - + Id: 'macos-13-arm64-tests' + Template: 'qtci-macos-13-arm64' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests'] + Platform dependency: 'macos-latest-xcode-universal-packaging-build' - Id: 'macos-12-x86_64-tests' Template: 'qtci-macos-12-x86_64-105' @@ -145,3 +151,9 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-latest-xcode-arm64-developer-build' + - + Id: 'macos-13-arm64-developer-build-tests' + Template: 'qtci-macos-13-arm64' + Compiler: 'Clang' + Features: ['TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-latest-xcode-arm64-developer-build'