From 670dd6a57b3f89417b330a64ae6cc62c56a778c4 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Wed, 8 May 2024 15:15:02 +0200 Subject: [PATCH] update CI to 5.15.6 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2811725..19ceca6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [windows-2019] - version: ['5.15.2'] + version: ['5.15.6'] steps: - uses: actions/checkout@v1 @@ -20,7 +20,7 @@ jobs: target: 'desktop' arch: 'win64_msvc2019_64' modules: 'qtcharts' - tools: 'tools_openssl_x64,1.1.1-10,qt.tools.openssl.win_x64' + tools: 'tools_opensslv3_x64,qt.tools.opensslv3.win_x64' - name: Build if: startsWith(matrix.os, 'windows')