From 50b1a076693ee0acf884830f062e11fd2a0b661a Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 12 Mar 2026 10:49:03 +0100 Subject: [PATCH] fix(matrix-mobile): use sdk-55 build image instead of deprecated default Co-Authored-By: Claude Opus 4.6 --- apps/matrix/apps/mobile/eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matrix/apps/mobile/eas.json b/apps/matrix/apps/mobile/eas.json index 1a0c7abe4..a799e8c93 100644 --- a/apps/matrix/apps/mobile/eas.json +++ b/apps/matrix/apps/mobile/eas.json @@ -27,7 +27,7 @@ "extends": "base", "autoIncrement": true, "ios": { - "image": "default" + "image": "sdk-55" } } },