From 0d776b37a8fd5b1c30d06933a6681fe3692b2f90 Mon Sep 17 00:00:00 2001 From: Juan P Lopez Date: Tue, 10 Dec 2024 11:32:18 -0500 Subject: [PATCH] fix: iOS device version --- .github/workflows/e2e-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index 4f13a92d39..e2d0dde0fd 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -25,7 +25,7 @@ jobs: - name: Create iOS Simulator run: | - DEVICE_ID=$(xcrun simctl create "iPhone SE (3rd generation)" com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation com.apple.CoreSimulator.SimRuntime.iOS-16-2) + DEVICE_ID=$(xcrun simctl create "iPhone SE (3rd generation)" com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation com.apple.CoreSimulator.SimRuntime.iOS-18-1) echo "DEVICE_ID=$DEVICE_ID" >> $GITHUB_ENV - name: Boot Simulator