aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2019-11-05 13:43:04 +0000
committerTony Sarajärvi <tony.sarajarvi@qt.io>2019-11-05 13:56:46 +0000
commitb34681bf02dccd34d3e9cd4992d1bda50dbe6d11 (patch)
treeae1d4582d23c08128c412a252c0f0df0f9522f05 /coin/platform_configs
parentf178318d2f903bb85b4c8313ffd26904b1c04056 (diff)
Remove macOS 10.12 from CI
Task-number: QTQAINFRA-3342 Change-Id: If617a762b4d65983d2d823ef035d4e5f9e5bc432 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/default.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index 06e6ccc2..a5d7cbeb 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -90,8 +90,9 @@ Configurations:
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -separate-debug-info -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
-
- Template: 'qtci-macos-10.12-x86_64-9'
+ Template: 'qtci-macos-10.14-x86_64'
Compiler: 'Clang'
+ Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -developer-build -release -no-pch -no-framework -qtnamespace TestNamespace -nomake tests -nomake examples -I/usr/local/opt/openssl/include'
-
Template: 'qtci-macos-10.13-x86_64-2'