summaryrefslogtreecommitdiff
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-16 06:11:16 +0000
commitbcf5c6680cdce1fbe2ae62add70050887409fe38 (patch)
tree210814755e7487493a21b3153f6eb0034b74b919
parent1e0008349ac4311520946fa358a72ae37f4ff06d (diff)
downloadqt5-bcf5c6680cdce1fbe2ae62add70050887409fe38.tar.gz
Fix ubuntu 20 id in precheck yaml
Amends 92ae8eb4ca1399e48ad5b2dc89dc4be05a33c69f Pick-to: 6.4 6.5 Change-Id: I098a45856ab3197d180c58dd595a790f1b7a1fc0 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
-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"
],