GHA CI: Bump Windows/macOS Qt6 version to 6.4.0

Suppressed gnu-zero-variadic-macro-arguments warning on macOS (Qt6 only).
PR #17801.
This commit is contained in:
xavier2k6 2022-10-03 04:56:08 +01:00 committed by GitHub
parent b568cdb1aa
commit d96ed5f4a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -16,10 +16,10 @@ jobs:
matrix:
libt_version: ["2.0.7", "1.2.17"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["5.15.2", "6.2.0"]
qt_version: ["5.15.2", "6.4.0"]
exclude:
- libt_version: "1.2.17"
qt_version: "6.2.0"
qt_version: "6.4.0"
env:
boost_path: "${{ github.workspace }}/../boost"
@ -100,7 +100,7 @@ jobs:
-B build \
-G "Ninja" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="-Werror -Wno-error=deprecated-declarations" \
-DCMAKE_CXX_FLAGS="-Wno-gnu-zero-variadic-macro-arguments -Werror -Wno-error=deprecated-declarations" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DBOOST_ROOT="${{ env.boost_path }}" \
-DOPENSSL_ROOT_DIR="${{ env.openssl_root }}" \

View file

@ -76,7 +76,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.3.0"
version: "6.4.0"
- name: Install libtorrent
run: |