Skip to content

Commit

Permalink
Update Qt version to 6.6.1 for all Qt6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Jan 11, 2024
1 parent dd34079 commit a0951ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.linux.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@43ec12788e42f375acfcb2cec059edfb9572fbaa # v3
with:
version: 6.4.2
version: 6.6.1
target: desktop
setup-python: false
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.mac.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
qtver: "5.15.2"
qtvershort: 5
- os: macos-12
qtver: "6.5.2"
qtver: "6.6.1"
qtvershort: 6

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.windows.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@3a22746930754ced94ac552915aa816265ef90c1 # latest as of 2023-08-30
with:
vcpkgGitCommitId: 'e21c414460498b0c7c94d815ad6d1a3d313ff28b' # latest as of 2023-08-30
vcpkgGitCommitId: 'c9919121dde6f61c0436adda94624636e041226b' # latest as of 2024-01-10

- name: Build CEmu Qt ${{ matrix.config }} on Windows ${{ matrix.arch_name }}
uses: lukka/run-cmake@fbcfe006bc5450def7a319af91733647d985d157 # latest as of 2023-08-30
Expand Down
4 changes: 2 additions & 2 deletions gui/qt/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"features": [ "dbus", "gui", "network", "widgets", "png" ]
}
],
"builtin-baseline": "e21c414460498b0c7c94d815ad6d1a3d313ff28b",
"builtin-baseline": "c9919121dde6f61c0436adda94624636e041226b",
"overrides": [
{
"name": "qtbase",
"version": "6.4.3"
"version": "6.6.1"
}
]
}

0 comments on commit a0951ad

Please sign in to comment.