aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2024-02-15 22:58:56 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2024-02-16 10:00:03 +0000
commit83a1fd8162c5ac7583acc99875228e6702e5d08b (patch)
treed759217aec59467d398fed52f92615fd3b30e930
parent2d37680d3b22d12ee2806d3cbeebba3df2c69a58 (diff)
GitHub actions: fix QtC version
The '9.0.1' version was removed from the mirror we use to install QtC. Bump version to '11.0.3' to use newer Qbs. Change-Id: If884d8b2cf9c1d2844ad01a80ebb37c3fc94eff9 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/actions/download-qtc/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/download-qtc/action.yml b/.github/actions/download-qtc/action.yml
index 542a2cb28..a04681df4 100644
--- a/.github/actions/download-qtc/action.yml
+++ b/.github/actions/download-qtc/action.yml
@@ -4,7 +4,7 @@ inputs:
version:
description: 'Qt Creator version'
required: false
- default: '9.0.1'
+ default: '11.0.3'
runs:
using: "composite"
steps: