Skip to content

Commit

Permalink
updated Qt in CI to 6.7.2 (#6725)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 28, 2024
1 parent 198a66e commit 6191411
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.7.0]
qt_ver: [5.15.2, 6.7.2]
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.7.0
QT_VERSION: 6.7.2

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
image: ${{ matrix.image }}

env:
QT_VERSION: 6.7.0
QT_VERSION: 6.7.2

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: ${{ github.repository_owner == 'danmar' }}

env:
QT_VERSION: 6.7.0
QT_VERSION: 6.7.2

steps:
- uses: actions/checkout@v4
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.7.0
QT_VERSION: 6.7.2

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

0 comments on commit 6191411

Please sign in to comment.