Skip to content

Commit

Permalink
updated latest Qt in CI to 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 26, 2023
1 parent 6121243 commit ba3d846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
qt_ver: [5.15.2, 6.2.4, 6.5.0]
qt_ver: [5.15.2, 6.2.4, 6.5.3]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-22.04

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.3

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-22.04

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.3

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ba3d846

Please sign in to comment.