diff options
author | Ivan Komissarov <abbapoh@gmail.com> | 2021-02-14 03:27:59 +0100 |
---|---|---|
committer | Ivan Komissarov <ABBAPOH@gmail.com> | 2021-02-16 17:00:30 +0000 |
commit | c5316621fb205440e54cee49b15dff18af32eeb9 (patch) | |
tree | fd7a6867381374fd0f5edbf8eb6c22f840d6ff59 /.github | |
parent | 45fcd0204ea620de69112a278aa31d5bf7312e32 (diff) | |
download | qbs-c5316621fb205440e54cee49b15dff18af32eeb9.tar.gz |
GitHub actions: bump default Qt version to 5.15.2
Change-Id: I686344d18d609c1a9230c0eb2de9b9ff8f1f8ca0
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/download-qt/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/download-qt/action.yml b/.github/actions/download-qt/action.yml index 7c475b926..47866e0d9 100644 --- a/.github/actions/download-qt/action.yml +++ b/.github/actions/download-qt/action.yml @@ -4,7 +4,7 @@ inputs: version: description: 'Qt version' required: false - default: '5.15.0' + default: '5.15.2' target: description: 'Qt target (desktop, ios, android)' required: false |