From a6cc48a013fd7292cb8012531aad359fdcbe8d19 Mon Sep 17 00:00:00 2001 From: Alexia Nunez Date: Wed, 2 Apr 2025 15:02:49 -0400 Subject: [PATCH] Update ios.yml Updating OS and Device version --- .github/workflows/ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 0449bfa..6c66801 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -18,8 +18,8 @@ jobs: env: scheme: ${{ 'SDKHostApp' }} platform: ${{ 'iOS Simulator' }} - os: ${{ '16.2' }} - device: ${{ 'iPhone 13' }} + os: ${{ '18.0' }} + device: ${{ 'iPhone 16' }} run: | # xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959) if [ $scheme = default ]; then scheme=$(cat default); fi