From 2aac612f10ad4c4e2f3e62354922d30d719d950a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:34:53 +0000 Subject: [PATCH 1/2] Initial plan From fe66e519966c983cee9b8867cc33261459a085df Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:35:50 +0000 Subject: [PATCH 2/2] fix(mobile): update iOS build image from macos-sequoia-15.1-xcode-16.2 to macos-sequoia-15.3-xcode-16.2 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/eas.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/eas.json b/mobile/eas.json index e618ae18..64bcfd99 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -9,7 +9,7 @@ "distribution": "internal", "node": "20.19.4", "ios": { - "image": "macos-sequoia-15.1-xcode-16.2" + "image": "macos-sequoia-15.3-xcode-16.2" } }, "preview": { @@ -17,14 +17,14 @@ "node": "20.19.4", "ios": { "simulator": false, - "image": "macos-sequoia-15.1-xcode-16.2" + "image": "macos-sequoia-15.3-xcode-16.2" } }, "production": { "autoIncrement": true, "node": "20.19.4", "ios": { - "image": "macos-sequoia-15.1-xcode-16.2" + "image": "macos-sequoia-15.3-xcode-16.2" } } },