From e536d5c2af14a9b6c810564276e04fcb02c16b5a Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 9 Dec 2025 12:04:08 +0100 Subject: [PATCH] chore(ci): Deprecate macos-13 runner --- .github/workflows/e2e-v2.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index ae5e90deb3..a52a5dec7e 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -179,7 +179,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.71.11', '0.81.0'] + rn-version: ['0.71.19', '0.81.0'] rn-architecture: ['legacy', 'new'] platform: ['android', 'ios'] build-type: ['production'] @@ -191,9 +191,9 @@ jobs: xcode-version: '16.4' runs-on: macos-15 - platform: ios - rn-version: '0.71.11' - xcode-version: '14.2' - runs-on: macos-13 + rn-version: '0.71.19' + xcode-version: '15.4' + runs-on: macos-14 - platform: android runs-on: ubuntu-latest exclude: @@ -201,13 +201,13 @@ jobs: - rn-version: '0.81.0' engine: 'jsc' # exclude all rn versions lower than 0.80.0 for new architecture - - rn-version: '0.71.11' + - rn-version: '0.71.19' rn-architecture: 'new' # exlude old rn version for use frameworks builds (to minimalize the matrix) - - rn-version: '0.71.11' + - rn-version: '0.71.19' platform: 'ios' ios-use-frameworks: 'static' - - rn-version: '0.71.11' + - rn-version: '0.71.19' platform: 'ios' ios-use-frameworks: 'dynamic' # use frameworks is ios only feature