Skip to content

Commit

Permalink
fix macos build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Sep 21, 2024
1 parent 2279ea8 commit cf290cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
IOS_DEPLOYMENT_TARGET: '11.0'
MAC_DEPLOYMENT_TARGET: '10.0'
MAC_DEPLOYMENT_TARGET: '11.0'
ENABLE_BITCODE: OFF
ENABLE_ARC: OFF
ENABLE_VISIBILITY: OFF
Expand Down

0 comments on commit cf290cc

Please sign in to comment.