aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2023-01-13 12:57:23 +0200
committerToni Saario <toni.saario@qt.io>2023-01-18 09:43:57 +0200
commita1f6cacd334348b1b9f2c3e491a73723ddf59799 (patch)
tree30b724f021fe96df6ec2d8d120b9194eeba5310a /coin/platform_configs
parent3624ce9c5e2dbca4c276202c52242113205a517c (diff)
Fix ubuntu 20 id in precheck yaml
Amends 92ae8eb4ca1399e48ad5b2dc89dc4be05a33c69f Change-Id: I098a45856ab3197d180c58dd595a790f1b7a1fc0 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit bcf5c6680cdce1fbe2ae62add70050887409fe38)
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/precheck.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml
index 7293660e..cc04528d 100644
--- a/coin/platform_configs/precheck.yaml
+++ b/coin/platform_configs/precheck.yaml
@@ -2,7 +2,7 @@ Version: 2
Module only: True
Include: [
cmake_platforms.yaml: [
- "Ubuntu-20.04-host",
+ "ubuntu-20.04",
"windows-10_22h2-msvc2019-developer-build",
"ios-universal"
],