Skip to content

Commit 6191411

Browse files
authored
updated Qt in CI to 6.7.2 (#6725)
1 parent 198a66e commit 6191411

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [windows-2019, windows-2022]
29-
qt_ver: [5.15.2, 6.7.0]
29+
qt_ver: [5.15.2, 6.7.2]
3030
fail-fast: false
3131

3232
runs-on: ${{ matrix.os }}

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121

2222
env:
23-
QT_VERSION: 6.7.0
23+
QT_VERSION: 6.7.2
2424

2525
steps:
2626
- uses: actions/checkout@v4

.github/workflows/iwyu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image: ${{ matrix.image }}
2525

2626
env:
27-
QT_VERSION: 6.7.0
27+
QT_VERSION: 6.7.2
2828

2929
steps:
3030
- uses: actions/checkout@v4
@@ -131,7 +131,7 @@ jobs:
131131
if: ${{ github.repository_owner == 'danmar' }}
132132

133133
env:
134-
QT_VERSION: 6.7.0
134+
QT_VERSION: 6.7.2
135135

136136
steps:
137137
- uses: actions/checkout@v4

.github/workflows/selfcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121

2222
env:
23-
QT_VERSION: 6.7.0
23+
QT_VERSION: 6.7.2
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)