Skip to content

Commit

Permalink
updated Qt in CI to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 14, 2024
1 parent 01c049d commit f2f46ab
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 @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
qt_ver: [5.15.2, 6.6.0]
qt_ver: [5.15.2, 6.7.0]
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.6.0
QT_VERSION: 6.7.0

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.6.0
QT_VERSION: 6.7.0

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

0 comments on commit f2f46ab

Please sign in to comment.