aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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