Skip to content

Commit

Permalink
switch CI to Qt 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanilov committed Oct 8, 2023
1 parent 3109783 commit 98c180b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['6.5.2']
qt-version: ['6.5.3']
qt-arch: [win64_mingw]
build-type: [Release]
steps:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['6.5.2']
qt-version: ['6.5.3']
build-type: [Release]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['6.5.2']
qt-version: ['6.5.3']
build-type: [Release]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 98c180b

Please sign in to comment.