From 114f72c93f73128b4cf1c0bbc218072a9273f340 Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Tue, 16 Jul 2024 03:30:13 -0300 Subject: [PATCH] feat: enable other targets --- .github/workflows/embedded_devices.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/embedded_devices.yml b/.github/workflows/embedded_devices.yml index 2dc2ec2..0cf2199 100644 --- a/.github/workflows/embedded_devices.yml +++ b/.github/workflows/embedded_devices.yml @@ -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