Skip to content

Commit

Permalink
update CI to 5.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed May 8, 2024
1 parent 4b054f9 commit 670dd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-2019]
version: ['5.15.2']
version: ['5.15.6']
steps:
- uses: actions/checkout@v1

Expand All @@ -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')
Expand Down

0 comments on commit 670dd6a

Please sign in to comment.