Skip to content

Commit

Permalink
feat: enable other targets
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent a58d92d commit 114f72c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/embedded_devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
matrix:
build_target:
- ios
# - ios_simulator
# - visionos
# - visionos_simulator
# - tvos
# - tvos_simulator
- ios_simulator
- visionos
- visionos_simulator
- tvos
- tvos_simulator
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 114f72c

Please sign in to comment.