Skip to content

Commit

Permalink
GHA CI: Bump Qt version to 6.5.2
Browse files Browse the repository at this point in the history
PR #19378.
  • Loading branch information
xavier2k6 authored Jul 27, 2023
1 parent 11efd26 commit 5b0706d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
matrix:
libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["6.5.0"]
exclude:
- libt_version: "1.2.19"
qt_version: "6.5.0"
qt_version: ["6.5.2"]

env:
boost_path: "${{ github.workspace }}/../boost"
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/ci_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
matrix:
libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["6.2.0"]
exclude:
- libt_version: "1.2.19"
qt_version: "6.2.0"
qt_version: ["6.5.2"]

steps:
- name: Checkout repository
Expand All @@ -34,7 +31,7 @@ jobs:
sudo apt update
sudo apt install \
build-essential cmake ninja-build pkg-config \
libboost-dev libssl-dev libxkbcommon-x11-dev zlib1g-dev
libboost-dev libssl-dev libxkbcommon-x11-dev libxcb-cursor-dev zlib1g-dev
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1
Expand All @@ -47,7 +44,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
archives: icu qtbase qtsvg qttools
archives: icu qtbase qtdeclarative qtsvg qttools

- name: Install libtorrent
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.5.0"
version: "6.5.2"
archives: qtbase qtsvg qttools

- name: Install libtorrent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.5.0"
version: "6.5.2"
archives: icu qtbase qtsvg qttools

- name: Install libtorrent
Expand Down

0 comments on commit 5b0706d

Please sign in to comment.