Skip to content

Commit

Permalink
support macOS 10.14 Mojave for x86_64 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsong committed Mar 21, 2024
1 parent f0c71e3 commit d35973f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: 'MacOS-x86_64'
runs-on: [macos-12]
env:
MACOSX_DEPLOYMENT_TARGET_X86_64: '10.15'
MACOSX_DEPLOYMENT_TARGET_X86_64: '10.14'
SPARKLE_VERSION: '1.26.0'
SPARKLE_HASH: '8312cbf7528297a49f1b97692c33cb8d33254c396dc51be394e9484e4b6833a0'
BLOCKED_FORMULAS: 'speexdsp curl php composer'
Expand Down

0 comments on commit d35973f

Please sign in to comment.