aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2021-05-06 09:10:20 +0200
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2021-05-06 15:56:22 +0000
commit3972a77103027b8e1a69754f0b21682b653fa2fb (patch)
tree719504a00d2e6c11f0c2c0a10e9de69d33430d78
parent9812f94606afa246f0d2fe81c6fba5216c383361 (diff)
GitHub actions: Update qtc version to 4.14.2 (Qbs 1.18.2)
This patch completes the upgrade of the Qbs version used to compile Qbs. This amends commit 9bf5fad4fcc5961922889ef32b0e95100e50bb5b. Change-Id: Ia1da60c219db88b540eb31d0a03075b12bb8cc05 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rw-r--r--.github/actions/download-qtc/action.yml2
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--.github/workflows/release.yml2
3 files changed, 2 insertions, 4 deletions
diff --git a/.github/actions/download-qtc/action.yml b/.github/actions/download-qtc/action.yml
index 3e201670b..d6ed2e6f8 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: '4.13.3'
+ default: '4.14.2'
runs:
using: "composite"
steps:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6e379a60d..3b7b86d95 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -137,8 +137,6 @@ jobs:
toolchain: clang_64
- name: Install Qt Creator
uses: ./.github/actions/download-qtc
- with:
- version: 4.13.2
- name: Setup Qbs
run: |
qbs setup-toolchains --detect
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f807e9117..9bc2776fb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -101,7 +101,7 @@ jobs:
- name: Install Qt Creator
uses: ./.github/actions/download-qtc
with:
- version: 4.13.2
+ version: 4.14.2
- name: Setup Qbs
run: |
qbs setup-toolchains --detect