From 44229f7136ac2d99e678fbc4b3bf0fcee0450603 Mon Sep 17 00:00:00 2001 From: "EFIBootEditor (Bot)" <128941068+EFIBootEditorBot@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:26:21 +0100 Subject: [PATCH] ci: update Qt versions in CI (#186) Co-authored-by: EFIBootEditor (Bot) --- .github/workflows/asset.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/asset.yml b/.github/workflows/asset.yml index 741d110d..45f355b0 100644 --- a/.github/workflows/asset.yml +++ b/.github/workflows/asset.yml @@ -27,7 +27,7 @@ jobs: - 5.12.12 # Supported in Ubuntu Focal Fossa until 2025-04-02 - 5.15.2 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01 - 6.2.4 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01 - - 6.6.2 # Supported until 2024-04-09 + - 6.6.3 # Supported until 2024-04-09 steps: - name: Download artifacts uses: actions/download-artifact@v4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caa093d7..e64d2f2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - 5.12.12 # Supported in Ubuntu Focal Fossa until 2025-04-02 - 5.15.2 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01 - 6.2.4 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01 - - 6.6.2 # Supported until 2024-04-09 + - 6.6.3 # Supported until 2024-04-09 steps: - name: Checkout source code uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef5a3919..b4c23a54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: matrix: os: [windows-2022] qt-version: - - 6.6.2 # Supported until 2024-04-09 + - 6.6.3 # Supported until 2024-04-09 compiler: - MSVC steps: