aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-25 11:53:55 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-28 18:09:20 +0100
commit6652583be2dba25ff65433b3f7555e75a30439fa (patch)
treec960ab532135825afe6567efea34827e53b80844 /coin/platform_configs
parent7143bb3079e6afc4c38dbec501f17cb8829547dc (diff)
Remove macOS 10.15 test configurations
macOS Catalina (10.15) has reached its end-of-life, and is no longer supported with bug fixes or security updates by Apple. Change-Id: Id8c222ee28f48b551c3522bfd353cf71be74d62e Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/macos.yaml18
1 files changed, 0 insertions, 18 deletions
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
@@ -37,15 +37,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'
Compiler: 'Clang'
@@ -142,15 +133,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'
Compiler: 'Clang'