Skip to content

Commit 1c97208

Browse files
committed
Update to Qt 6.7
1 parent 628cdec commit 1c97208

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
qt-version: ['6.6']
15+
qt-version: ['6.7']
1616
qt-target: ['desktop']
1717
qt-modules: ['']
1818
arch: ['amd64']

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
qt-version: ['6.6']
12+
qt-version: ['6.7']
1313
qt-target: ['desktop']
1414
qt-modules: ['']
1515
arch: ['amd64']
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: windows-latest
9292
strategy:
9393
matrix:
94-
qt-version: ['6.6']
94+
qt-version: ['6.7']
9595
qt-target: ['desktop']
9696
qt-modules: ['']
9797
mingw-version: ['11.2.0']

.github/workflows/utests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Qt
2727
uses: jurplel/install-qt-action@v3
2828
with:
29-
version: '6.6.*'
29+
version: '6.7.*'
3030
- name: Configure CMake
3131
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=ON
3232

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
strategy:
1414
matrix:
15-
qt-version: ['6.6']
15+
qt-version: ['6.7']
1616
qt-target: ['desktop']
1717
qt-modules: ['']
1818
mingw-version: ['11.2.0']

0 commit comments

Comments
 (0)