From 73c82067da3f8f9f5f5dc8fabdbce9ac946d6d29 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Mon, 4 Apr 2022 18:24:13 +0300 Subject: [PATCH] Run CI only with LTS Qt versions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 970d0f2..dfa770a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0, 6.0.0, 6.2.0] + qt_version: [5.12.6, 5.15.0, 6.0.0, 6.2.0] platform: [ubuntu-20.04, windows-latest, macos-latest] include: - qt_version: 6.0.0