From a13ebf5b77d50a34974199b0f3e8f39e71a8ee59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Mon, 30 Oct 2023 19:30:22 +0100 Subject: [PATCH] CI: Build against Qt 6.6.0 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c09f77..abe5197 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 name: Ubuntu env: - QT_VERSION: 6.5.1 + QT_VERSION: 6.6.0 steps: - name: Checkout @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - qt_version: [5.15.2, 6.5.1] + qt_version: [5.15.2, 6.6.0] steps: - name: Checkout @@ -143,7 +143,7 @@ jobs: runs-on: macos-13 name: macos env: - QT_VERSION: 6.5.1 + QT_VERSION: 6.6.0 steps: - name: Checkout