From 0713a221f0ae112edabc3fb9ee2f5832deea4fda Mon Sep 17 00:00:00 2001 From: Collin Kidder Date: Tue, 3 Dec 2024 20:31:40 -0500 Subject: [PATCH] Update build.yml Try to update to latest QT6 version on Windows and LINUX --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6bc4ee..bd66281 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Prepare Qt Libraries uses: jurplel/install-qt-action@v3 with: - version: '6.5.0' + version: '6.8.1' modules: 'qtserialbus qtserialport' - name: Clone @@ -80,7 +80,7 @@ jobs: - name: Prepare Qt Libraries uses: jurplel/install-qt-action@v3 with: - version: '6.5.0' + version: '6.8.1' modules: 'qtserialbus qtserialport' - name: Clone