Skip to content

Commit

Permalink
ci: add back qt_modules: qt5compat for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 19, 2024
1 parent 79bc2b9 commit 916cc22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,15 @@ jobs:
os_version: 13
qt_version: 6.7.3
qt_arch: clang_64
qt_modules: qt5compat
arch: x64
artifacts_id: macos-intel-qt6
cmake_opts: -DKLOGG_OSX_DEPLOYMENT_TARGET=13.0
- os: macos
os_version: 14
qt_version: 6.7.3
qt_arch: clang_64
qt_modules: qt5compat
arch: arm64
artifacts_id: macos-arm-qt6
cmake_opts: -DKLOGG_OSX_DEPLOYMENT_TARGET=14.0 -DKLOGG_GENERIC_CPU=OFF
Expand Down

0 comments on commit 916cc22

Please sign in to comment.