Skip to content

Commit

Permalink
Update Qt to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Apr 6, 2024
1 parent 6691a06 commit e9380cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

env:
BUILD_TYPE: Release
QT_VERSION: "6.6.2"
QT_VERSION: "6.7.0"
QT_ARCH: "gcc_64"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

env:
BUILD_TYPE: Release
QT_VERSION: "6.6.2"
QT_VERSION: "6.7.0"
QT_ARCH: "clang_64"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-qt6-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
BUILD_TYPE: Release
QT_VERSION: "6.6.2"
QT_VERSION: "6.7.0"
QT_ARCH: "win64_msvc2019_arm64"
QT_HOST_ARCH: "win64_msvc2019_64"
CMAKE_GENERATOR: "Visual Studio 17 2022"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-qt6-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

env:
BUILD_TYPE: Release
QT_VERSION: "6.6.2"
QT_VERSION: "6.7.0"
QT_ARCH: "win64_msvc2019_64"
CMAKE_GENERATOR: "Visual Studio 17 2022"
CMAKE_ARCH: "x64"
Expand Down

0 comments on commit e9380cc

Please sign in to comment.