From 222bb8739619c073780ab37bc93ab9bf2a491dfe Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 11 Dec 2025 12:43:24 +0100 Subject: [PATCH 1/2] chore(ci): Use xcode 16.4 for all e2e builds --- .github/workflows/e2e-v2.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 1dd482bf38..05d73125b3 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -187,13 +187,8 @@ jobs: engine: ['hermes', 'jsc'] include: - platform: ios - rn-version: '0.83.0' xcode-version: '16.4' - runs-on: macos-15 - - platform: ios - rn-version: '0.71.19' - xcode-version: '15.4' - runs-on: macos-14 + runs-on: macos-latest - platform: android runs-on: ubuntu-latest exclude: From ae8d268cd4fca1939957a9f39fb831a05f3062d5 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 11 Dec 2025 13:08:47 +0100 Subject: [PATCH 2/2] Use macos-15 for consistency with the other workflows --- .github/workflows/e2e-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 05d73125b3..decc401c34 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -188,7 +188,7 @@ jobs: include: - platform: ios xcode-version: '16.4' - runs-on: macos-latest + runs-on: macos-15 - platform: android runs-on: ubuntu-latest exclude: