Skip to content

Commit

Permalink
iOS: set target_environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 9, 2024
1 parent 388d4e9 commit 3363cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
is_debug: ${{ github.event.inputs.is_debug == 'true' }}
target_os: ios
target_cpu: arm64
target_environment: device
enable_v8: false

ios_arm64_v8:
Expand All @@ -156,6 +157,7 @@ jobs:
is_debug: ${{ github.event.inputs.is_debug == 'true' }}
target_os: ios
target_cpu: arm64
target_environment: device
enable_v8: true

ios_x64:
Expand All @@ -167,6 +169,7 @@ jobs:
is_debug: ${{ github.event.inputs.is_debug == 'true' }}
target_os: ios
target_cpu: x64
target_environment: simulator
enable_v8: false

ios_x64_v8:
Expand All @@ -180,6 +183,7 @@ jobs:
is_debug: ${{ github.event.inputs.is_debug == 'true' }}
target_os: ios
target_cpu: x64
target_environment: simulator
enable_v8: true

linux_arm:
Expand Down

0 comments on commit 3363cee

Please sign in to comment.