Skip to content

Commit

Permalink
build: try fix AppleSilicon build
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 18, 2024
1 parent 984b798 commit 7abb414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
qt_version: 6.7.3
arch: arm64
artifacts_id: macos-arm-qt6
cmake_opts: -DKLOGG_OSX_DEPLOYMENT_TARGET=14.0
cmake_opts: -DKLOGG_OSX_DEPLOYMENT_TARGET=14.0 -DKLOGG_GENERIC_CPU=OFF

runs-on: ${{ matrix.config.os }}-${{ matrix.config.os_version }}
steps:
Expand Down

0 comments on commit 7abb414

Please sign in to comment.