From 3972a77103027b8e1a69754f0b21682b653fa2fb Mon Sep 17 00:00:00 2001 From: Raphael Cotty Date: Thu, 6 May 2021 09:10:20 +0200 Subject: 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 --- .github/actions/download-qtc/action.yml | 2 +- .github/workflows/main.yml | 2 -- .github/workflows/release.yml | 2 +- 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 -- cgit v1.2.3