Skip to content

Commit

Permalink
feat: use mac_sdk_min = "14.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 16, 2024
1 parent 0759b58 commit cd317fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
v8_enable_i18n_support = false
v8_use_zlib = false
use_custom_libcxx = false
mac_sdk_min = "14.0"
mac_min_system_version = "14.0"
mac_deployment_target = "14.0"
v8_enable_i18n_support = false
symbol_level = 0
v8_enable_webassembly = false
Expand Down

0 comments on commit cd317fe

Please sign in to comment.