We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58d92d commit 114f72cCopy full SHA for 114f72c
.github/workflows/embedded_devices.yml
@@ -24,11 +24,11 @@ jobs:
24
matrix:
25
build_target:
26
- ios
27
- # - ios_simulator
28
- # - visionos
29
- # - visionos_simulator
30
- # - tvos
31
- # - tvos_simulator
+ - ios_simulator
+ - visionos
+ - visionos_simulator
+ - tvos
+ - tvos_simulator
32
steps:
33
- name: checkout
34
uses: actions/checkout@v4
0 commit comments