diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 378d4167..41075a54 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -36,15 +36,6 @@ Configurations: # Test on all supported macOS versions (deployment targets) - - - Id: 'macos-10.15-x86_64-tests' - Template: 'qtci-macos-10.15-x86_64-102' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] - Platform dependency: 'macos-latest-xcode-universal-packaging-build' - Environment variables: [ - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}' - ] - Id: 'macos-11-x86_64-tests' Template: 'qtci-macos-11-x86_64-105' @@ -141,15 +132,6 @@ Configurations: # Test on all supported macOS versions (deployment targets) - - - Id: 'macos-10.15-x86_64-developer-build-tests' - Template: 'qtci-macos-10.15-x86_64-102' - Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] - Platform dependency: 'macos-latest-xcode-x86_64-developer-build' - Environment variables: [ - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}' - ] - Id: 'macos-11-x86_64-developer-build-tests' Template: 'qtci-macos-11-x86_64-105'