From 945d3ea9c61457e2a159af66cd65a3a47a570c59 Mon Sep 17 00:00:00 2001 From: Eduardo Speroni Date: Mon, 16 Mar 2026 10:22:06 -0300 Subject: [PATCH] ci: remove os_version from iOS Simulator setup --- .github/workflows/apps_automated_ios.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/apps_automated_ios.yml b/.github/workflows/apps_automated_ios.yml index 9305cd87fd..7fcce34749 100644 --- a/.github/workflows/apps_automated_ios.yml +++ b/.github/workflows/apps_automated_ios.yml @@ -55,7 +55,6 @@ jobs: uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # v4 with: model: 'iPhone 16 Pro' - os_version: '18.4' - name: Run tests on iOS Simulator run: npx nx test apps-automated -c=ios