Skip to content

Commit

Permalink
build: Qt forces MACOSX_DEPLOYMENT_TARGET=12
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Mar 7, 2025
1 parent a407562 commit 4ca6286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/mac_arm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
MAC_NOTARIZATION_EMAIL:
required: true

env:
MACOSX_DEPLOYMENT_TARGET: 12

jobs:
build-arm-macos:
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_intel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
required: true

env:
MACOSX_DEPLOYMENT_TARGET: 11
MACOSX_DEPLOYMENT_TARGET: 12

jobs:
build-intel-macos:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mac_universal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
MAC_NOTARIZATION_EMAIL:
required: true

env:
MACOSX_DEPLOYMENT_TARGET: 12

jobs:
build-mac-universal:
runs-on: macos-latest
Expand Down

0 comments on commit 4ca6286

Please sign in to comment.