From 179ea75ee852a7467ba28411baa58f58454428f4 Mon Sep 17 00:00:00 2001 From: Martin Burchell Date: Tue, 27 Feb 2024 16:12:49 +0000 Subject: [PATCH] Use consistent Qt version --- .github/workflows/cpp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-tests.yml b/.github/workflows/cpp-tests.yml index 5561fdbb4..55f29ae75 100644 --- a/.github/workflows/cpp-tests.yml +++ b/.github/workflows/cpp-tests.yml @@ -15,7 +15,7 @@ on: env: # Keep in sync with tablet_qt/qt_version.txt. We check this further down. - QT_VERSION: 6.5.2 + QT_VERSION: 6.5.3 jobs: cpp-tests: runs-on: ubuntu-22.04