Skip to content

Commit 6c874a7

Browse files
committed
fix3
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 222d2cd commit 6c874a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
# Ubuntu builds
19-
- qt_version: 6.2.0
19+
- qt_version: 6.7.3
2020
platform: ubuntu-latest
2121
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
2222
make: make
@@ -28,7 +28,7 @@ jobs:
2828
CXXFLAGS: -Wall -Wextra -pedantic -Werror
2929
MAKEFLAGS: -j2
3030
# Windows builds
31-
- qt_version: 6.2.0
31+
- qt_version: 6.7.3
3232
platform: windows-latest
3333
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
3434
make: nmake
@@ -38,7 +38,7 @@ jobs:
3838
make: nmake
3939
CXXFLAGS: /W4 /WX /MP
4040
# macOS builds (Qt6 native ARM, Qt5 x86 under Rosetta)
41-
- qt_version: 6.2.0
41+
- qt_version: 6.7.3
4242
platform: macos-13
4343
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
4444
make: make
@@ -51,7 +51,7 @@ jobs:
5151
CXXFLAGS: -Wall -Wextra -pedantic -Werror -Wno-gnu-zero-variadic-macro-arguments
5252
MAKEFLAGS: -j3
5353
qt_arch: clang_64
54-
- qt_version: 6.2.0
54+
- qt_version: 6.7.3
5555
platform: macos-15
5656
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
5757
make: make

0 commit comments

Comments
 (0)